added frontend + securing beta server invites

This commit is contained in:
2026-01-02 22:50:02 +05:30
parent cb12b8ef75
commit 9b17a99456
52 changed files with 5409 additions and 5 deletions

6
web/env.example Normal file
View File

@@ -0,0 +1,6 @@
AUTH_SECRET="generate_a_secret_here" # run `openssl rand -base64 32`
AUTH_DISCORD_ID="your_discord_client_id"
AUTH_DISCORD_SECRET="your_discord_client_secret"
BOT_API_URL="bot_backend_url"
BOT_API_KEY="bot_backend_api_key"
APP_URL="frontend_url"