# 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= # MeiliSearch MEILISEARCH_URL= NEXT_PUBLIC_MEILISEARCH_URL= # optional - you should set this in production # this key should have write permissions for the search database # MEILISEARCH_KEY= # optional - you should set this in production # this key should only have read permissions for the search database # NEXT_PUBLIC_MEILISEARCH_SEARCH_KEY= # Path to the database file (relative to the prisma directory) DATABASE_URL="file:./database.db"