config.js 192 B

12345
  1. export const config = {
  2. shardingUrl:"192.168.10.18:8075",// 报警地址
  3. calcUrl:"192.168.10.18:8099",// 大后台地址
  4. adapterUrl:"192.168.10.18:8011",// 数据适配器地址
  5. };