add user_online interface
This commit is contained in:
parent
b1e52d7338
commit
98ce6457fe
@ -27,7 +27,7 @@ if os.getenv("IS_DEBUG"):
|
|||||||
else:
|
else:
|
||||||
online_mysql = {
|
online_mysql = {
|
||||||
"host": '10.10.3.5',
|
"host": '10.10.3.5',
|
||||||
"user": 'ops',
|
"user": 'root',
|
||||||
"pswd": 'deploy2018',
|
"pswd": '0usmUwROtWjf',
|
||||||
"db": 'user_online'
|
"db": 'user_online'
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user