🚀 Patch auto
This commit is contained in:
14
backend/.env
Normal file
14
backend/.env
Normal file
@@ -0,0 +1,14 @@
|
||||
# --- Backend API ---
|
||||
PORT=4000
|
||||
|
||||
# --- Postgres ---
|
||||
PGHOST=db
|
||||
PGUSER=postgres
|
||||
PGPASSWORD=postgres
|
||||
PGDATABASE=supersunday
|
||||
PGPORT=5432
|
||||
|
||||
# --- Admin auth ---
|
||||
ADMIN_EMAIL=admin@supersunday.local
|
||||
ADMIN_PASSWORD=changeme
|
||||
JWT_SECRET=supersecret
|
||||
Reference in New Issue
Block a user