first commit

This commit is contained in:
Hussar
2026-04-12 15:35:50 +00:00
commit 42d20cb0ed
80 changed files with 2210 additions and 0 deletions

6
fog/.env Executable file
View File

@@ -0,0 +1,6 @@
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