mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-08 21:29:12 +00:00
Set default value of KHOJ_DEBUG to False in the docker-compose file
This commit is contained in:
@@ -42,7 +42,7 @@ services:
|
|||||||
- POSTGRES_HOST=database
|
- POSTGRES_HOST=database
|
||||||
- POSTGRES_PORT=5432
|
- POSTGRES_PORT=5432
|
||||||
- KHOJ_DJANGO_SECRET_KEY=secret
|
- KHOJ_DJANGO_SECRET_KEY=secret
|
||||||
- KHOJ_DEBUG=True
|
- KHOJ_DEBUG=False
|
||||||
- KHOJ_ADMIN_EMAIL=username@example.com
|
- KHOJ_ADMIN_EMAIL=username@example.com
|
||||||
- KHOJ_ADMIN_PASSWORD=password
|
- KHOJ_ADMIN_PASSWORD=password
|
||||||
command: --host="0.0.0.0" --port=42110 -vv --anonymous-mode
|
command: --host="0.0.0.0" --port=42110 -vv --anonymous-mode
|
||||||
|
|||||||
Reference in New Issue
Block a user