Template
13 lines
239 B
Bash
13 lines
239 B
Bash
SESSION_SECRET=dev
|
|
|
|
CLIENT_ENDPOINT=http://localhost:3000
|
|
API_ENDPOINT=http://localhost:8765
|
|
API_PREFIX=/api
|
|
DISCORD_CLIENTID=
|
|
DISCORD_CLIENTSECRET=
|
|
|
|
PG_ENDPOINT=postgres://127.0.0.1:concept
|
|
PG_PASSWORD=postgres
|
|
PG_USER=test
|
|
|
|
DEV_MODE=true |