tokimoki
Version:
toki mobility
40 lines (39 loc) • 1.91 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.hosts = void 0;
exports.hosts = {
NAME: "STAGING_LOCAL",
PARKING: {
GATE_MS: "http://mobility-3301-gate-auto-deploy:3301",
CORE_MS: "http://mobility-3302-core-auto-deploy:3302",
INVOICE_MS: "http://mobility-3303-invoice-auto-deploy:3303",
WALLET_MS: "http://mobility-3304-wallet-auto-deploy:3304",
CHECKER_MS: "http://mobility-3305-checker-auto-deploy:3305",
MS_3RD: {
EMBER_ON_PREMISE: "http://ember-on-premise-auto-deploy:5000",
GATEPRO_CLOUD: "http://gatepro-cloud-auto-deploy:5000",
GATEPRO_ON_PREMISE: "http://gatepro-on-premise-auto-deploy:5000",
NOMADIC_CLOUD: "http://nomadic-cloud-auto-deploy:5000",
NOMADIC_ON_PREMISE: "http://nomadic-on-premise-auto-deploy:5000",
TOPICA_ON_PREMISE: "http://topica-on-premise-auto-deploy:5000",
UBPARKING_CLOUD: "http://ubparking-cloud-auto-deploy:5000",
ZEVTABS_CLOUD: "http://zevtabs-cloud-auto-deploy:5000",
},
},
PENALTY: "http://penalty-backend-auto-deploy:5000",
TOLLGATE: "http://tollgate-backend-auto-deploy:5000",
SIDE_PARKING: "http://side-parking-backend-auto-deploy:5000",
MOBILITY: {
AUTH_MS: "http://auth-auto-deploy:5000",
AUTO_PAY_MS: "http://auto-pay-auto-deploy:5000",
INVOICE_MS: "http://invoice-auto-deploy:5000",
MAIN_MS: "http://main-auto-deploy:5000",
NOTIFICATION_MS: "http://notification-auto-deploy:5000",
POST_WALLET_MS: "http://post-wallet-auto-deploy:5000",
REPORT_MS: "http://report-auto-deploy:5000",
RETRY_BANK_MS: "http://retry-bank-auto-deploy:5000",
REAL_TIME_MS: "http://real-time-auto-deploy:5000",
LOGGER_MS: "http://logger-auto-deploy:5000",
},
};
exports.default = exports.hosts;