docs: update .env.template to match new environment variables
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
6ebc2f300e
commit
1461bb002e
1 changed files with 15 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue