Files
void-sentinel/web/env.example

7 lines
246 B
Plaintext

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"