1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-06 13:45:17 +02:00

Refactor environment variable names in .env.example and settings.py for consistency; add install script for streamlined setup

This commit is contained in:
Sean Morley 2025-05-26 16:55:00 -04:00
parent 7707ac7769
commit 40f54529a4
3 changed files with 618 additions and 6 deletions

View file

@ -5,9 +5,9 @@ BODY_SIZE_LIMIT=Infinity
# 🐘 PostgreSQL Database
PGHOST=db
PGDATABASE=database
PGUSER=adventure
PGPASSWORD=changeme123
POSTGRES_DB=database
POSTGRES_USER=adventure
POSTGRES_PASSWORD=changeme123
# 🔒 Django Backend
SECRET_KEY=changeme123