diff --git a/config.py b/config.py index a15a78c..cec1796 100644 --- a/config.py +++ b/config.py @@ -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", diff --git a/core/biz/__pycache__/huge_volume_chart.cpython-312.pyc b/core/biz/__pycache__/huge_volume_chart.cpython-312.pyc index 567511e..e6231fd 100644 Binary files a/core/biz/__pycache__/huge_volume_chart.cpython-312.pyc and b/core/biz/__pycache__/huge_volume_chart.cpython-312.pyc differ diff --git a/core/biz/__pycache__/market_data.cpython-312.pyc b/core/biz/__pycache__/market_data.cpython-312.pyc index 7b5991c..4f26705 100644 Binary files a/core/biz/__pycache__/market_data.cpython-312.pyc and b/core/biz/__pycache__/market_data.cpython-312.pyc differ diff --git a/core/biz/__pycache__/market_monitor.cpython-312.pyc b/core/biz/__pycache__/market_monitor.cpython-312.pyc index 406f390..4b05972 100644 Binary files a/core/biz/__pycache__/market_monitor.cpython-312.pyc and b/core/biz/__pycache__/market_monitor.cpython-312.pyc differ diff --git a/core/biz/__pycache__/trade_data.cpython-312.pyc b/core/biz/__pycache__/trade_data.cpython-312.pyc index d62b15f..7811407 100644 Binary files a/core/biz/__pycache__/trade_data.cpython-312.pyc and b/core/biz/__pycache__/trade_data.cpython-312.pyc differ diff --git a/core/db/__pycache__/db_manager.cpython-312.pyc b/core/db/__pycache__/db_manager.cpython-312.pyc index 57b95f5..900163a 100644 Binary files a/core/db/__pycache__/db_manager.cpython-312.pyc and b/core/db/__pycache__/db_manager.cpython-312.pyc differ