Add KHOJ_prefix to server admin credentials environment variables

This commit is contained in:
Debanjum Singh Solanky
2023-11-14 16:09:56 -08:00
parent ee005de662
commit 795ec9eb55
2 changed files with 6 additions and 4 deletions

View File

@@ -43,8 +43,8 @@ services:
- POSTGRES_PORT=5432
- KHOJ_DJANGO_SECRET_KEY=secret
- KHOJ_DEBUG=True
- ADMIN_EMAIL=username@example.com
- ADMIN_PASSWORD=password
- KHOJ_ADMIN_EMAIL=username@example.com
- KHOJ_ADMIN_PASSWORD=password
command: --host="0.0.0.0" --port=42110 -vv --anonymous-mode