UNPKG

@angular-jz/jz

Version:

jim jz

36 lines 2.18 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var ServerConfig = /** @class */ (function () { function ServerConfig() { } ServerConfig.apiHostUrls = { //"JZ.AuthCenter": "http://192.168.1.89:7000/", //"JZ.CodeCenter": "http://192.168.1.89:8009/api/services/jzcodecenter/", //"JZ.AppCenter.Service": "http://192.168.1.89:8001/api/services/jzappcenterservice/", //"JZ.ResCenter.Service": "http://192.168.1.89:8008/api/services/jzrescenterservice/", //"JZ.ResCenter.Service.UploadUrl": "http://192.168.1.89:8008/Resource/UploadFile", //"JZ.MessageCenter.Service": "http://192.168.1.89:8003/api/services/jzmessagecenterservice/", //"JZ.TaskCenter.Service": "http://192.168.1.89:8006/api/services/jzTaskcenterservice/", "JZ.AuthCenter": "http://localhost:7000/", "JZ.CodeCenter": "http://localhost:8009/api/services/jzcodecenter/", "JZ.AppCenter.Service": "http://localhost:8001/api/services/jzappcenterservice/", "JZ.ResCenter.Service": "http://localhost:8008/api/services/jzrescenterservice/", "JZ.ResCenter.Service.UploadUrl": "http://localhost:8008/Resource/UploadFile", "JZ.MessageCenter.Service": "http://localhost:8003/api/services/jzmessagecenterservice/", "JZ.TaskCenter.Service": "http://localhost:8006/api/services/jztaskcenterservice/", "JZ.WorkflowCenter.Service": "http://localhost:8004/api/services/jzworkflowcenterservice/", }; ServerConfig.apiHostUrlArray = [ "http://localhost:7000/", "http://localhost:8009/api/services/jzcodecenter/", "http://localhost:8001/api/services/jzappcenterservice/", "http://localhost:8008/api/services/jzrescenterservice/", "http://localhost:8008/Resource/UploadFile", "http://localhost:8003/api/services/jzmessagecenterservice/", "http://localhost:8006/api/services/jztaskcenterservice/", "http://localhost:8004/api/services/jzworkflowcenterservice/" ]; return ServerConfig; }()); exports.ServerConfig = ServerConfig; //# sourceMappingURL=server.config.js.map