Skip to content

Commit

Permalink
change bind passwd
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin committed Apr 30, 2018
1 parent 42dfc74 commit a5fad60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindapi/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
'ENGINE': 'django.db.backends.mysql',
'NAME': 'bind',
'USER': 'bind',
'PASSWORD': '123456',
'PASSWORD': 'kX&^!^V!Is',
'HOST': '118.193.136.206',
'PORT': '3306'
}
Expand Down

0 comments on commit a5fad60

Please sign in to comment.