appstore: implement a proper config mechanism

This commit is contained in:
Alexandre Aubin
2023-08-17 13:57:32 +02:00
parent 96ce63d392
commit 83075de5dd
3 changed files with 25 additions and 7 deletions

View File

@ -0,0 +1,5 @@
# 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