change just to connect to the justdb1 MySQL 5.6.27 RDS instance

pull/1/head
Raymond Yee 2016-09-02 16:45:27 -07:00
parent e8198faad2
commit 766543d8ab
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ DATABASES = {
'NAME': 'unglueit',
'USER': 'root',
'PASSWORD': 'forgetn0t',
'HOST': 'justdb.cboagmr25pjs.us-east-1.rds.amazonaws.com',
'HOST': 'justdb1.cboagmr25pjs.us-east-1.rds.amazonaws.com',
'PORT': '',
'TEST_CHARSET': 'utf8'
}