Merge remote-tracking branch 'origin/master' into nightly

This commit is contained in:
Overhang.IO 2024-05-07 13:21:47 +00:00
commit 89ffaae007
3 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1 @@
- [BugFix] Fix award program certificates error. (by @rohan-saeed)

View File

@ -0,0 +1 @@
CREDENTIALS_SERVICE_USERNAME = "{{ CREDENTIALS_SERVICE_USERNAME }}"

View File

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