🚀 Patch auto
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal file
@@ -0,0 +1,14 @@
|
||||
# Backend
|
||||
PORT=4000
|
||||
JWT_SECRET=change_me_supersecret
|
||||
|
||||
# Admin (simple login)
|
||||
ADMIN_EMAIL=admin@supersunday.local
|
||||
ADMIN_PASSWORD=admin1234
|
||||
|
||||
# Postgres
|
||||
PGHOST=db
|
||||
PGPORT=5432
|
||||
PGDATABASE=supersunday
|
||||
PGUSER=supersunday
|
||||
PGPASSWORD=supersunday
|
||||
Reference in New Issue
Block a user