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:
parent
7707ac7769
commit
40f54529a4
3 changed files with 618 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue