Skip to content

Commit aa73a8a

Browse files
committed
Fix APP_TEMPLATES_DIR env var name
1 parent c156135 commit aa73a8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llmstack/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,5 +321,5 @@
321321
'datasources.handlers.website',
322322
]
323323

324-
APP_TEMPLATES_DIR = os.getenv('APP_TEMPATES_PATH', os.path.join(
324+
APP_TEMPLATES_DIR = os.getenv('APP_TEMPATES_DIR', os.path.join(
325325
BASE_DIR, 'contrib', 'apps', 'templates'))

0 commit comments

Comments
 (0)