add user_online interface

This commit is contained in:
pengtao 2020-03-20 17:24:11 +08:00
parent b1e52d7338
commit 98ce6457fe

View File

@ -27,7 +27,7 @@ if os.getenv("IS_DEBUG"):
else:
online_mysql = {
"host": '10.10.3.5',
"user": 'ops',
"pswd": 'deploy2018',
"user": 'root',
"pswd": '0usmUwROtWjf',
"db": 'user_online'
}