configUrls constant

Map<String, dynamic> const configUrls

Implementation

static const Map<String, dynamic> configUrls = {
  "devcn": {"host": "autel-cloud-gateway-devcn.auteltech.cn"},
  "test": {"host": 'gateway-global-test.autel.com'},
  "testus": {"host": 'gateway-global-test.autel.com'},
  "testuk": {"host": 'gateway-global-test.autel.com'},
  "prod": {"host": 'gateway-global.autel.com'},
  "prodcn": {"host": 'gateway-global.autel.com'},
  "produs": {"host": 'gateway-global.autel.com'},
  "prodeu": {"host": 'gateway-global.autel.com'},
  "produk": {"host": 'gateway-global.autel.com'},
  "preprodus": {"host": "autel-cloud-gateway-pre.autel.com"}
};