# 数据库配置 mysql_config = { 'host': '10.10.14.101', 'port': 3306, 'user': 'ylt', 'password': 'Ycharge666', 'database': 'yltcharge', 'charset': 'utf8mb4' } ch_config = { 'host': '10.10.14.250', 'port': 9000, 'settings': { 'max_insert_block_size': 100000, 'async_insert': 1, 'wait_for_async_insert': 0 } }