diff --git a/server/core/settings.py b/server/core/settings.py index 6c185e3e..c50d249a 100644 --- a/server/core/settings.py +++ b/server/core/settings.py @@ -399,7 +399,7 @@ AUTHLIB_OAUTH_CLIENTS = { } } -PLATFORM = os.environ.get('PLATFORM', 'myskillbox') +PLATFORM = os.environ.get('APP_FLAVOR', 'myskillbox') OAUTH_LOCAL_REDIRECT_URI = os.environ.get("OAUTH_LOCAL_REDIRECT_URI") diff --git a/server/users/licenses.py b/server/users/licenses.py index 0f3c35af..90ea6aee 100644 --- a/server/users/licenses.py +++ b/server/users/licenses.py @@ -3,7 +3,7 @@ from django.conf import settings TEACHER_KEY = 'teacher' STUDENT_KEY = 'student' MYSKILLBOX_PLATFORM = 'myskillbox' -MYKV_PLATFORM = 'mykv' +MYKV_PLATFORM = 'my-kv' MYSKILLBOX_LICENSES = { "978-3-0355-1397-4": {