Changing to root password on please, which should be ok when please gets rebooted.
parent
9af9c28645
commit
9016331ed0
|
@ -18,8 +18,8 @@ DATABASES = {
|
|||
'default': {
|
||||
'ENGINE': 'django.db.backends.mysql',
|
||||
'NAME': 'please',
|
||||
'USER': 'please2',
|
||||
'PASSWORD': 'unglueit',
|
||||
'USER': 'root',
|
||||
'PASSWORD': 'forgetn0t',
|
||||
'HOST': 'pleasedb.cboagmr25pjs.us-east-1.rds.amazonaws.com',
|
||||
'PORT': '',
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue