This commit is contained in:
2025-10-24 16:54:20 +03:00
parent 5e40201460
commit 178854c6ba
15 changed files with 505 additions and 232 deletions

10
dbapp/.env.example Normal file
View File

@@ -0,0 +1,10 @@
# Production environment variables
DEBUG=False
ENVIRONMENT=production
SECRET_KEY=your_very_long_secret_key_here_change_this_to_something_secure
DB_NAME=geodb
DB_USER=geralt
DB_PASSWORD=your_secure_db_password
DB_HOST=db
DB_PORT=5432
ALLOWED_HOSTS=localhost,yourdomain.com