6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2024-11-05 04:48:00 +00:00

Set proper hardcoded notes client name

"edx-notes" is the hardcoded client name in the edx-platform source
code, so we should not change it.
This commit is contained in:
Régis Behmo 2019-07-10 17:28:34 +08:00
parent c9a3ea875a
commit ae23637d76

View File

@ -10,7 +10,7 @@ export DJANGO_SETTINGS_MODULE=lms.envs.tutor.production
"http://notes:8000" \
"http://notes:8000/complete/edx-oidc/" \
confidential \
--client_name notes \
--client_name edx-notes \
--client_id notes \
--client_secret {{ NOTES_OAUTH2_SECRET }} \
--trusted \