mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-12-12 14:17:46 +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" \
|
||||||
"http://notes:8000/complete/edx-oidc/" \
|
"http://notes:8000/complete/edx-oidc/" \
|
||||||
confidential \
|
confidential \
|
||||||
--client_name notes \
|
--client_name edx-notes \
|
||||||
--client_id notes \
|
--client_id notes \
|
||||||
--client_secret {{ NOTES_OAUTH2_SECRET }} \
|
--client_secret {{ NOTES_OAUTH2_SECRET }} \
|
||||||
--trusted \
|
--trusted \
|
||||||
|
Loading…
Reference in New Issue
Block a user