comicbox/.env.template
Ashhhleyyy 1461bb002e
Some checks failed
continuous-integration/drone/push Build is failing
docs: update .env.template to match new environment variables
2022-07-26 22:05:46 +01:00

21 lines
454 B
Text

# 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"