Set default value of KHOJ_DEBUG to False in the docker-compose file

This commit is contained in:
sabaimran 2024-03-01 21:16:57 +05:30
parent 2d61591c22
commit 880368635e

View file

@ -42,7 +42,7 @@ services:
- POSTGRES_HOST=database
- POSTGRES_PORT=5432
- KHOJ_DJANGO_SECRET_KEY=secret
- KHOJ_DEBUG=True
- KHOJ_DEBUG=False
- KHOJ_ADMIN_EMAIL=username@example.com
- KHOJ_ADMIN_PASSWORD=password
command: --host="0.0.0.0" --port=42110 -vv --anonymous-mode