app: # 应用名称 name: '铁路造价智能化工具' version: '2020' # 应用版本 2020|2024 use_version: true source_path: './temp_files' task_api_url: 'http://{host}:{port}/api/v1' task_max_projects:20 # 最大项目数同时运行 task_interval: 60 # 秒 db: sqlserver_mian_2024: driver: '{FreeTDS}' server: username: password: database: RecoData2024 trusted_connection: false sqlserver_mian_2020: driver: '{FreeTDS}' server: username: password: database: RecoData2020 trusted_connection: false trusted_connection: false # MySQL 配置 mysql_main: db: iwb_railway_costing_v1 host: railway_costing-mysql port: 3306 user: root password: 12345654321 charset: utf8mb4 iwb_railway_costing_v1: db: iwb_railway_costing_v1 host: railway_costing-mysql port: 3306 user: root password: 12345654321 charset: utf8mb4 logger: file_path: './logs/' level: 'info'