7 lines
232 B
Bash
7 lines
232 B
Bash
|
|
DATABASE_URL="postgresql://postgres:postgres@postgres:5432/fog_expedition"
|
||
|
|
REDIS_URL="redis://redis:6379"
|
||
|
|
TWITCH_EXTENSION_CLIENT_ID="replace-me"
|
||
|
|
TWITCH_EXTENSION_SECRET="replace-me"
|
||
|
|
TWITCH_EXTENSION_OWNER_ID="replace-me"
|
||
|
|
PORT=3333
|