Fix typo in read replica DB name for CMS (#23641)

(LMS side was already fixed.)
This commit is contained in:
Tim McCormack
2020-04-07 09:43:22 -04:00
committed by GitHub
parent 85f394bad9
commit 5bbcb273ae

View File

@@ -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',