feat: add settings management
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user