docs: update .env.template to match new environment variables
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Ashhhleyyy 2022-07-26 22:05:46 +01:00
parent 6ebc2f300e
commit 1461bb002e
Signed by: ash
GPG key ID: 83B789081A0878FB

View file

@ -1,6 +1,21 @@
# 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"