Changing to root password on please, which should be ok when please gets rebooted.

pull/1/head
Ed Summers 2012-04-19 18:40:46 +00:00
parent 9af9c28645
commit 9016331ed0
1 changed files with 2 additions and 2 deletions

View File

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