| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426 |
- {
- "apps":{
- "identity": {
- "appId": "identity",
- "description": "认证服务",
- "hosts": ["192.168.0.173"],
- "port":5000,
- "healthCheck": "/health",
- "entryDir": "/IdentityService/Com.IQuizoo.IdentityAuthenticationServer",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service",
- "repo": "/IdentityService",
- "dependencyRepos": [
- "/DotNetCore",
- "/UserService"
- ]
- },
- "gateway": {
- "appId": "gateway",
- "description": "路由所有请求",
- "hosts": ["192.168.0.171"],
- "port":8000,
- "healthCheck": "/health",
- "entryDir": "/APIGateway/Com.IQuizoo.Gateway",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service",
- "repo": "/APIGateway",
- "dependencyRepos": []
- },
- "user": {
- "appId": "user",
- "description": "用户服务",
- "hosts": ["192.168.0.172"],
- "port":8001,
- "healthCheck": "/health",
- "entryDir": "/UserService/4-Presentation/Com.IQuizoo.UserService",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "repo": "/UserService",
- "projectId":"iquizoo-service",
- "dependencyRepos": [
- "/DotNetCore"
- ]
- },
- "content": {
- "appId": "content",
- "description": "内容服务",
- "hosts": ["192.168.0.172"],
- "port":8002,
- "healthCheck": "/health",
- "entryDir": "/ContentService/4-ContentPresentation/Com.IQuizoo.ContentService",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service",
- "repo": "/ContentService",
- "dependencyRepos": [
- "/DataCenter",
- "/ContentService",
- "/UserService",
- "/DotNetCore"
- ]
- },
- "content-external": {
- "appId": "content-external",
- "description": "内容服务外部接口",
- "hosts": ["192.168.0.172"],
- "port":8003,
- "healthCheck": "/health",
- "entryDir": "/ExternalServices/4-Presentation/IQuizoo.ExternalServices",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service",
- "repo": "/ExternalServices",
- "dependencyRepos": [
- "/DataCenter",
- "/ContentService",
- "/UserService",
- "/DotNetCore"
- ]
- },
- "file": {
- "appId": "file",
- "description": "文件服务",
- "hosts": ["192.168.0.173"],
- "port":8004,
- "healthCheck": "/health",
- "entryDir": "/FileService/Com.IQuizoo.FileService",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service",
- "repo": "/FileService",
- "dependencyRepos": [
- "/DotNetCore"
- ]
- },
- "timing-tasks": {
- "appId": "timing-tasks",
- "description": "定时任务",
- "hosts": ["192.168.0.171"],
- "port":8005,
- "healthCheck": "/health",
- "entryDir": "/TimingTasks/4-Presentation/IQuizoo.TimingTasks",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service",
- "repo": "/TimingTasks",
- "dependencyRepos": [
- "/DataCenter",
- "/ContentService",
- "/DotNetCore"
- ]
- },
- "data-center": {
- "appId": "data-center",
- "description": "算法及生成报告",
- "hosts": ["192.168.0.173"],
- "port":8006,
- "healthCheck": "/health",
- "entryDir": "/DataCenter/IQuizoo.DataCenter.WebApi",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service",
- "repo": "/DataCenter",
- "dependencyRepos": [
- "/ContentService",
- "/UserService",
- "/DotNetCore",
- "/FileService"
- ]
- },
- "systemconfig": {
- "appId": "systemconfig",
- "description": "配置系统",
- "hosts": ["192.168.0.171"],
- "port":8007,
- "healthCheck": "/health",
- "entryDir": "/SystemConfigService/4-ConfigPresentation/Com.IQuizoo.SystemConfigService",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service",
- "repo": "/SystemConfigService",
- "dependencyRepos": [
- "/DotNetCore"
- ]
- },
- "identity-branch": {
- "appId": "identity-branch",
- "description": "认证服务",
- "hosts": ["192.168.0.173"],
- "port":5000,
- "healthCheck": "/health",
- "entryDir": "/IdentityService/Com.IQuizoo.IdentityAuthenticationServer",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service-branch",
- "repo": "/IdentityService",
- "dependencyRepos": [
- "/DotNetCore",
- "/UserService"
- ]
- },
- "gateway-branch": {
- "appId": "gateway-branch",
- "description": "路由所有请求",
- "hosts": ["192.168.0.171"],
- "port":8000,
- "healthCheck": "/health",
- "entryDir": "/APIGateway/Com.IQuizoo.Gateway",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service-branch",
- "repo": "/APIGateway",
- "dependencyRepos": []
- },
- "user-branch": {
- "appId": "user-branch",
- "description": "用户服务",
- "hosts": ["192.168.0.172"],
- "port":8001,
- "healthCheck": "/health",
- "entryDir": "/UserService/4-Presentation/Com.IQuizoo.UserService",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "repo": "/UserService",
- "projectId":"iquizoo-service-branch",
- "dependencyRepos": [
- "/DotNetCore"
- ]
- },
- "content-branch": {
- "appId": "content-branch",
- "description": "内容服务",
- "hosts": ["192.168.0.172"],
- "port":8002,
- "healthCheck": "/health",
- "entryDir": "/ContentService/4-ContentPresentation/Com.IQuizoo.ContentService",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service-branch",
- "repo": "/ContentService",
- "dependencyRepos": [
- "/DataCenter",
- "/ContentService",
- "/UserService",
- "/DotNetCore"
- ]
- },
- "content-external-branch": {
- "appId": "content-external-branch",
- "description": "内容服务外部接口",
- "hosts": ["192.168.0.172"],
- "port":8003,
- "healthCheck": "/health",
- "entryDir": "/ExternalServices/4-Presentation/IQuizoo.ExternalServices",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service-branch",
- "repo": "/ExternalServices",
- "dependencyRepos": [
- "/DataCenter",
- "/ContentService",
- "/UserService",
- "/DotNetCore"
- ]
- },
- "file-branch": {
- "appId": "file-branch",
- "description": "文件服务",
- "hosts": ["192.168.0.173"],
- "port":8004,
- "healthCheck": "/health",
- "entryDir": "/FileService/Com.IQuizoo.FileService",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service-branch",
- "repo": "/FileService",
- "dependencyRepos": [
- "/DotNetCore"
- ]
- },
- "timing-tasks-branch": {
- "appId": "timing-tasks-branch",
- "description": "定时任务",
- "hosts": ["192.168.0.171"],
- "port":8005,
- "healthCheck": "/health",
- "entryDir": "/TimingTasks/4-Presentation/IQuizoo.TimingTasks",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service-branch",
- "repo": "/TimingTasks",
- "dependencyRepos": [
- "/DataCenter",
- "/ContentService",
- "/DotNetCore"
- ]
- },
- "data-center-branch": {
- "appId": "data-center-branch",
- "description": "算法及生成报告",
- "hosts": ["192.168.0.173"],
- "port":8006,
- "healthCheck": "/health",
- "entryDir": "/DataCenter/IQuizoo.DataCenter.WebApi",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service-branch",
- "repo": "/DataCenter",
- "dependencyRepos": [
- "/ContentService",
- "/UserService",
- "/DotNetCore",
- "/FileService"
- ]
- },
- "systemconfig-branch": {
- "appId": "systemconfig-branch",
- "description": "配置系统",
- "hosts": ["192.168.0.171"],
- "port":8007,
- "healthCheck": "/health",
- "entryDir": "/SystemConfigService/4-ConfigPresentation/Com.IQuizoo.SystemConfigService",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/opt/servers/jars/autodop/app/resources/app-configs",
- "projectId":"iquizoo-service-branch",
- "repo": "/SystemConfigService",
- "dependencyRepos": [
- "/DotNetCore"
- ]
- },
- "dnkt": {
- "appId": "dnkt",
- "description": "大脑课堂测评课程",
- "hosts": ["192.168.0.174"],
- "port":80,
- "entryDir": "/dist-prod",
- "runningDir": "/opt/webroot",
- "repo": "svn://192.168.0.214/azy/CodeRepositories/IQuizoo.Web.Game/trunk/IQuizoo_Teaching_FE_New",
- "repoConfig":{
- "updateId": "svn 仓库",
- "repoType":1,
- "username":"gjs",
- "password":"gjs1234"
- },
- "compileConfig": {
- "compileId": "静态资源",
- "appType": 0
- },
- "notifier": {
- "notifierId": "ding",
- "notifierType": 3,
- "webhook": "https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
- }
- },
- "dnkt-jigou": {
- "appId": "dnkt-jigou",
- "description": "大脑课堂测评课程机构版",
- "hosts": ["192.168.0.174"],
- "port":80,
- "entryDir": "/dist-prod",
- "runningDir": "/opt/webroot",
- "repo": "svn://192.168.0.214/azy/CodeRepositories/IQuizoo.Web.Game.Institution/trunk/IQuizoo_Teaching_FE_Institution",
- "repoConfig":{
- "updateId": "svn 仓库",
- "repoType":1,
- "username":"gjs",
- "password":"gjs1234"
- },
- "compileConfig": {
- "compileId": "静态资源",
- "appType": 0
- },
- "notifier": {
- "notifierId": "ding",
- "notifierType": 3,
- "webhook": "https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
- }
- },
- "dnkt-mgr": {
- "appId": "dnkt-mgr",
- "description": "大脑课堂管理系统",
- "hosts": ["192.168.0.174"],
- "port":80,
- "entryDir": "",
- "runningDir": "/opt/webroot",
- "repo": "svn://192.168.0.214/azy/CodeRepositories/IQuizoo.Web.BMS/trunk/IQuizoo_FrontEnd",
- "repoConfig":{
- "updateId": "svn 仓库",
- "repoType":1,
- "username":"gjs",
- "password":"gjs1234"
- },
- "compileConfig": {
- "compileId": "静态资源",
- "appType": 0
- },
- "notifier": {
- "notifierId": "ding",
- "notifierType": 3,
- "webhook": "https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
- }
- },
- "jigou-mgr": {
- "appId": "jigou-mgr",
- "description": "机构管理系统",
- "hosts": ["192.168.0.174"],
- "port":80,
- "entryDir": "",
- "runningDir": "/opt/webroot",
- "repo": "svn://192.168.0.214/azy/CodeRepositories/IQuizoo.Web.BMS.Institution/trunk/ant-design-pro",
- "repoConfig":{
- "updateId": "svn 仓库",
- "repoType":1,
- "username":"gjs",
- "password":"gjs1234"
- },
- "compileConfig": {
- "compileId": "静态资源",
- "appType": 0
- },
- "notifier": {
- "notifierId": "ding",
- "notifierType": 3,
- "webhook": "https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
- }
- }
- }
- }
|