discourse-oauth2-bridge/.env.example

13 lines
334 B
Text

# Port the bridge listens on inside Docker
PORT=3000
# Your Discourse instance
DISCOURSE_URL=https://discourse.example.com
DISCOURSE_SECRET=CHANGE_ME
# The URL this bridge is accessible at (used in redirects)
BRIDGE_URL=https://auth-bridge.example.com
# Authentik settings
OAUTH2_CLIENT_ID=CHANGE_ME
OAUTH2_CLIENT_SECRET=CHANGE_ME