added firstrun script

This commit is contained in:
Edward Tirado Jr 2025-03-30 14:16:19 -05:00
parent 7409caf072
commit 369202476e
2 changed files with 55 additions and 4 deletions

View file

@ -1,12 +1,10 @@
DEBUG=True
DJANGO_SECRET_KEY='your-secret-key'
DJANGO_LOGLEVEL=info
DJANGO_ALLOWED_HOSTS="127.0.0.1,localhost"
UID=1000
GID=1000
DATABASE_ENGINE= postgresql_psycopg2
DATABASE_NAME=movienight
DATABASE_USERNAME=web
DATABASE_PASSWORD=super_secret_password
DATABASE_HOST=db
DATABASE_PORT=5432