update mysql configuration to server

This commit is contained in:
blade 2025-09-16 15:37:22 +08:00
parent 1963d2720b
commit f9f4874b7e
6 changed files with 10 additions and 2 deletions

View File

@ -123,9 +123,17 @@ BAR_THRESHOLD = {
"1D": 1000 * 60 * 60 * 24,
}
# MYSQL_CONFIG = {
# "host": "localhost",
# "port": 3306,
# "user": "xch",
# "password": "xch_okx_2025",
# "database": "okx",
# }
MYSQL_CONFIG = {
"host": "localhost",
"port": 3306,
"host": "218.17.89.43",
"port": 11013,
"user": "xch",
"password": "xch_okx_2025",
"database": "okx",