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:
parent
c9a3ea875a
commit
ae23637d76
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user