Fix typo in read replica DB name for CMS (#23641)
(LMS side was already fixed.)
This commit is contained in:
@@ -837,7 +837,7 @@ DATABASES = {
|
||||
'CONN_MAX_AGE': 0,
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'HOST': 'localhost',
|
||||
'NAME': 'dxapp',
|
||||
'NAME': 'edxapp',
|
||||
'OPTIONS': {},
|
||||
'PASSWORD': 'password',
|
||||
'PORT': '3306',
|
||||
|
||||
Reference in New Issue
Block a user