fix: add missing settings

This commit is contained in:
Muhammad Faraz Maqsood 2023-11-24 15:22:24 +05:00 committed by Muhammad Faraz Maqsood
parent 70d0957446
commit 05e33e1877

View File

@ -52,6 +52,8 @@ config: t.Dict[str, t.Dict[str, t.Any]] = {
"SOCIAL_AUTH_EDX_OAUTH2_LOGOUT_URL": "{{ LMS_HOST }}/logout",
"THEME_NAME": "edx-theme",
"TOS_URL": "{{ LMS_HOST }}/tos",
"REPOSITORY": "https://github.com/openedx/credentials.git",
"REPOSITORY_VERSION": "{{ OPENEDX_COMMON_VERSION }}",
},
"unique": {
"MYSQL_PASSWORD": "{{ 8|random_string }}",