Merge remote-tracking branch 'origin/master' into nightly
This commit is contained in:
commit
89ffaae007
1
changelog.d/20240507_165604_rohansaeed.md
Normal file
1
changelog.d/20240507_165604_rohansaeed.md
Normal file
@ -0,0 +1 @@
|
||||
- [BugFix] Fix award program certificates error. (by @rohan-saeed)
|
||||
@ -0,0 +1 @@
|
||||
CREDENTIALS_SERVICE_USERNAME = "{{ CREDENTIALS_SERVICE_USERNAME }}"
|
||||
@ -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 }}",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user