update mysql configuration to server
This commit is contained in:
parent
1963d2720b
commit
f9f4874b7e
12
config.py
12
config.py
|
|
@ -123,9 +123,17 @@ BAR_THRESHOLD = {
|
||||||
"1D": 1000 * 60 * 60 * 24,
|
"1D": 1000 * 60 * 60 * 24,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# MYSQL_CONFIG = {
|
||||||
|
# "host": "localhost",
|
||||||
|
# "port": 3306,
|
||||||
|
# "user": "xch",
|
||||||
|
# "password": "xch_okx_2025",
|
||||||
|
# "database": "okx",
|
||||||
|
# }
|
||||||
|
|
||||||
MYSQL_CONFIG = {
|
MYSQL_CONFIG = {
|
||||||
"host": "localhost",
|
"host": "218.17.89.43",
|
||||||
"port": 3306,
|
"port": 11013,
|
||||||
"user": "xch",
|
"user": "xch",
|
||||||
"password": "xch_okx_2025",
|
"password": "xch_okx_2025",
|
||||||
"database": "okx",
|
"database": "okx",
|
||||||
|
|
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue