Files
fog-explorer/fog/.env.example
2026-04-12 15:35:50 +00:00

7 lines
243 B
Plaintext
Executable File

DATABASE_URL="postgresql://postgres:postgres@localhost:5432/fog_expedition"
REDIS_URL="redis://localhost:6379"
TWITCH_EXTENSION_CLIENT_ID="replace-me"
TWITCH_EXTENSION_SECRET="replace-me"
TWITCH_EXTENSION_OWNER_ID="replace-me"
PORT=3333