comicbox/.env.template

22 lines
454 B
Text
Raw Normal View History

# Example configuration
# Copy this to .env and adjust as required
# Options for keycloak authentication 'admin auth'
KEYCLOAK_ID=
KEYCLOAK_SECRET=
KEYCLOAK_ISSUER=
# Used for Discord login
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
# Used for GitHub login
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# Discord webhook to log audit events to
AUDIT_WEBHOOK=
# Path to the database file (relative to the prisma directory)
DATABASE_URL="file:./database.db"