Skip to content

Commit

Permalink
django 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jly8866 committed Dec 8, 2016
1 parent f0b8899 commit 376e1ef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions archer/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'cmdb',
'USER': 'cmdb_rw',
'PASSWORD': 'jhlYhblSqt123',
'HOST': 'rds518y58f6qah0994h3.mysql.rds.aliyuncs.com',
'NAME': 'archer',
'USER': 'archer_rw',
'PASSWORD': 'XXXX',
'HOST': '192.168.1.12',
'PORT': '3306'
}
}
Expand Down

0 comments on commit 376e1ef

Please sign in to comment.