mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Set default value of KHOJ_DEBUG to False in the docker-compose file
This commit is contained in:
parent
2d61591c22
commit
880368635e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue