feat: add settings management

This commit is contained in:
2026-06-12 00:55:14 +02:00
parent eb05d56986
commit f3c11cbe28
6 changed files with 91 additions and 15 deletions
+11
View File
@@ -0,0 +1,11 @@
DJANGO_SECRET_KEY=change-me
DEBUG=true
ALLOWED_HOSTS=[]
API_SECRET=selecta-secret
DB_ENGINE=django.db.backends.postgresql
DB_NAME=selecta
DB_USER=postgres
DB_PASSWORD=
DB_HOST=localhost
DB_PORT=5432