added frontend + securing beta server invites
This commit is contained in:
6
web/env.example
Normal file
6
web/env.example
Normal 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"
|
||||
Reference in New Issue
Block a user