12 lines
278 B
Plaintext
12 lines
278 B
Plaintext
DATABASE_URL=postgres://username:password@db-host:5432/database_name
|
|
DB_USER=
|
|
DB_PASS=
|
|
DB_HOST=
|
|
DB_PORT=5432
|
|
DB_NAME=
|
|
PORT=5000
|
|
JWT_SECRET=change-me
|
|
ALLOWED_ORIGINS=http://localhost:3010,http://127.0.0.1:3010,http://192.168.7.45:3010
|
|
SESSION_COOKIE_NAME=sid
|
|
SESSION_TTL_DAYS=30
|