| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "appId": "content",
- "description": "内容服务",
- "hosts": ["localhost"],
- "port":8002,
- "healthCheck": "/health",
- "entryDir": "/ContentService/4-ContentPresentation/Com.IQuizoo.ContentService",
- "configFiles": {
- "appsettings":"test data"
- },
- "configDir": "/home/reghao/code/aha/autodop/resources/app-configs/dev",
- "repo": "svn://api.iquizoo.com/azy/CodeRepositories/IQuizoo.Service/trunk/ContentService",
- "dependencyRepos": [
- "svn://api.iquizoo.com/azy/CodeRepositories/IQuizoo.Service/trunk/DataCenter",
- "svn://api.iquizoo.com/azy/CodeRepositories/IQuizoo.Service/trunk/ContentService",
- "svn://api.iquizoo.com/azy/CodeRepositories/IQuizoo.Service/trunk/UserService",
- "svn://api.iquizoo.com/azy/CodeRepositories/IQuizoo.Service/trunk/DotNetCore"
- ],
- "repoConfig":{
- "repoId": "svn",
- "repoType":1,
- "username":"gjs",
- "password":"gjs1234"
- },
- "compileConfig": {
- "compileId": "dotnet2.2",
- "appType": 2,
- "script": "/home/reghao/opt/env/dotnet/dotnet-sdk-2.2.101/dotnet publish"
- },
- "packConfig": {
- "packId": "docker 打包",
- "packType": 1,
- "appPath": "192.168.0.222:5000/iquizoo3x"
- },
- "notifier": {
- "notifierId": "ding",
- "notifierType": 3,
- "webhook": "https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
- }
- }
|