selecta-highscore/highscore/.env.example

12 lines
200 B
Plaintext

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