mirror of
https://github.com/YunoHost/yunodevtools.git
synced 2024-09-03 20:16:19 +02:00
8 lines
414 B
Text
8 lines
414 B
Text
# This secret is configured in Discourse
|
|
DISCOURSE_SSO_SECRET = "abcdefghijklmnopqrstuvwxyz1234567890"
|
|
DISCOURSE_SSO_ENDPOINT = "https://forum.yunohost.org/session/sso_provider"
|
|
CALLBACK_URL_AFTER_LOGIN_ON_DISCOURSE = "http://localhost:5000/sso_login_callback"
|
|
DEBUG = false
|
|
GITHUB_LOGIN = "yunohost-bot"
|
|
GITHUB_EMAIL = "yunohost [at] yunohost.org" # Replace the [at] by actual @
|
|
GITHUB_TOKEN = "superSecretToken"
|