relay/README.md
Corban-Lee Jones 8dd702515d
All checks were successful
Build / build (push) Successful in 31s
chore: fix incorrect env var defaults for 'host' & 'port'
2025-05-17 00:16:14 +01:00

785 B

Relay

Installation

Environment Variables

Variable Description Required Default Value
HOST The application host. localhost
PORT The application port. 3000
PUBLIC_URL The public endpoint of the web ui.
BOT_TOKEN Authentication for the Discord Bot.
DATABASE_URL Postgresql connection string.
OAUTH_URL Discord authentication URL.
CALLBACK_URL Discord authentication callback URL.
CLIENT_ID Discord application client ID.
CLIENT_SECRET Discord application client secret.
DISCORD_USER_IDS CSV of Discord User IDs allowed to access the web ui.
LOG_LEVEL Manually set the log level (not recommended). info
LOG_DIR Override the default output directory for log files.