diff --git a/config.py b/config.py index 052e36a..6c943b4 100644 --- a/config.py +++ b/config.py @@ -2,5 +2,5 @@ _SQL_IP = "120.26.116.243" # 数据库IP _EXA_IP = "120.26.116.243" # EXA IP -_CLEAN_IP = "120.26.116.243:8089" # EXA清洗接口IP +_CLEAN_IP = "127.0.0.1:8089" # EXA清洗接口IP _PORT = 3306 # port \ No newline at end of file