app-dev.json 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263
  1. {
  2. "apps":{
  3. "gateway": {
  4. "appId": "gateway",
  5. "description": "路由所有请求",
  6. "hosts": ["localhost"],
  7. "port":8000,
  8. "healthCheck": "/health",
  9. "entryDir": "/APIGateway/Com.IQuizoo.Gateway",
  10. "configFiles": {
  11. "appsettings":"test data"
  12. },
  13. "configDir": "/home/reghao/code/aha/autodop/resources/app-configs/dev",
  14. "projectId":"iquizoo-service",
  15. "repo": "/APIGateway",
  16. "dependencyRepos": []
  17. },
  18. "systemconfig": {
  19. "appId": "systemconfig",
  20. "description": "配置系统",
  21. "hosts": ["localhost"],
  22. "port":8009,
  23. "healthCheck": "/health",
  24. "entryDir": "/SystemConfigService/4-ConfigPresentation/Com.IQuizoo.SystemConfigService",
  25. "configFiles": {
  26. "appsettings":"test data"
  27. },
  28. "configDir": "/home/reghao/code/aha/autodop/resources/app-configs/dev",
  29. "projectId":"iquizoo-service",
  30. "repo": "/SystemConfigService",
  31. "dependencyRepos": [
  32. "/DotNetCore"
  33. ]
  34. },
  35. "timing-tasks": {
  36. "appId": "timing-tasks",
  37. "description": "定时任务",
  38. "hosts": ["localhost"],
  39. "port":8009,
  40. "healthCheck": "/health",
  41. "entryDir": "/TimingTasks/4-Presentation/IQuizoo.TimingTasks",
  42. "configFiles": {
  43. "appsettings":"test data"
  44. },
  45. "configDir": "/home/reghao/code/aha/autodop/resources/app-configs/dev",
  46. "projectId":"iquizoo-service",
  47. "repo": "/TimingTasks",
  48. "dependencyRepos": [
  49. "/DataCenter",
  50. "/ContentService",
  51. "/DotNetCore"
  52. ]
  53. },
  54. "content": {
  55. "appId": "content",
  56. "description": "内容服务",
  57. "hosts": ["localhost"],
  58. "port":8002,
  59. "healthCheck": "/health",
  60. "entryDir": "/ContentService/4-ContentPresentation/Com.IQuizoo.ContentService",
  61. "configFiles": {
  62. "appsettings":"test data"
  63. },
  64. "configDir": "/home/reghao/code/aha/autodop/resources/app-configs/dev",
  65. "projectId":"iquizoo-service",
  66. "repo": "/ContentService",
  67. "dependencyRepos": [
  68. "/DataCenter",
  69. "/ContentService",
  70. "/UserService",
  71. "/DotNetCore"
  72. ]
  73. },
  74. "content-external": {
  75. "appId": "content-external",
  76. "description": "内容服务外部接口",
  77. "hosts": ["localhost"],
  78. "port":8010,
  79. "healthCheck": "/health",
  80. "entryDir": "/ExternalServices/4-Presentation/IQuizoo.ExternalServices",
  81. "configFiles": {
  82. "appsettings":"test data"
  83. },
  84. "configDir": "/home/reghao/code/aha/autodop/resources/app-configs/dev",
  85. "projectId":"iquizoo-service",
  86. "repo": "/ExternalServices",
  87. "dependencyRepos": [
  88. "/DataCenter",
  89. "/ContentService",
  90. "/UserService",
  91. "/DotNetCore"
  92. ]
  93. },
  94. "file": {
  95. "appId": "file",
  96. "description": "文件服务",
  97. "hosts": ["localhost"],
  98. "port":8006,
  99. "healthCheck": "/health",
  100. "entryDir": "/FileService/Com.IQuizoo.FileService",
  101. "configFiles": {
  102. "appsettings":"test data"
  103. },
  104. "configDir": "/home/reghao/code/aha/autodop/resources/app-configs/dev",
  105. "projectId":"iquizoo-service",
  106. "repo": "/FileService",
  107. "dependencyRepos": [
  108. "/DotNetCore"
  109. ]
  110. },
  111. "user": {
  112. "appId": "user",
  113. "description": "用户服务",
  114. "hosts": ["localhost"],
  115. "port":8001,
  116. "healthCheck": "/health",
  117. "entryDir": "/UserService/4-Presentation/Com.IQuizoo.UserService",
  118. "configFiles": {
  119. "appsettings":"test data"
  120. },
  121. "configDir": "/home/reghao/code/aha/autodop/resources/app-configs/dev",
  122. "repo": "/UserService",
  123. "projectId":"iquizoo-service",
  124. "dependencyRepos": [
  125. "/DotNetCore"
  126. ]
  127. },
  128. "identity": {
  129. "appId": "identity",
  130. "description": "认证服务",
  131. "hosts": ["localhost"],
  132. "port":5000,
  133. "healthCheck": "/health",
  134. "entryDir": "/IdentityService/Com.IQuizoo.IdentityAuthenticationServer",
  135. "configFiles": {
  136. "appsettings":"test data"
  137. },
  138. "configDir": "/home/reghao/code/aha/autodop/resources/app-configs/dev",
  139. "projectId":"iquizoo-service",
  140. "repo": "/IdentityService",
  141. "dependencyRepos": [
  142. "/DotNetCore",
  143. "/UserService"
  144. ]
  145. },
  146. "data-center": {
  147. "appId": "data-center",
  148. "description": "算法及生成报告",
  149. "hosts": ["localhost"],
  150. "port":8008,
  151. "healthCheck": "/health",
  152. "entryDir": "/DataCenter/IQuizoo.DataCenter.WebApi",
  153. "configFiles": {
  154. "appsettings":"test data"
  155. },
  156. "configDir": "/home/reghao/code/aha/autodop/resources/app-configs/dev",
  157. "projectId":"iquizoo-service",
  158. "repo": "/DataCenter",
  159. "dependencyRepos": [
  160. "/ContentService",
  161. "/UserService",
  162. "/DotNetCore",
  163. "/FileService"
  164. ]
  165. },
  166. "dnkt-mgr": {
  167. "appId": "dnkt-mgr",
  168. "description": "大脑课堂测评后台管理系统",
  169. "hosts": ["localhost"],
  170. "port":80,
  171. "entryDir": "",
  172. "runningDir": "/home/reghao/tmp/autodop/opt/webroot",
  173. "repo": "svn://svn.reghao.cn/CodeRepositories/IQuizoo.Web.BMS/trunk/IQuizoo_FrontEnd",
  174. "repoConfig":{
  175. "updateId": "svn 仓库",
  176. "repoType":1,
  177. "username":"gjs",
  178. "password":"gjs1234"
  179. },
  180. "compileConfig": {
  181. "compileId": "静态资源",
  182. "appType": 0
  183. },
  184. "notifier": {
  185. "notifierId": "ding",
  186. "notifierType": 3,
  187. "webhook": "https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
  188. }
  189. },
  190. "jigou-mgr": {
  191. "appId": "jigou-mgr",
  192. "description": "大脑课堂测评机构版后台管理系统",
  193. "hosts": ["localhost"],
  194. "port":80,
  195. "entryDir": "",
  196. "runningDir": "/home/reghao/tmp/autodop/opt/webroot",
  197. "repo": "svn://svn.reghao.cn/CodeRepositories/IQuizoo.Web.BMS/trunk/IQuizoo_FrontEnd",
  198. "repoConfig":{
  199. "updateId": "svn 仓库",
  200. "repoType":1,
  201. "username":"gjs",
  202. "password":"gjs1234"
  203. },
  204. "compileConfig": {
  205. "compileId": "静态资源",
  206. "appType": 0
  207. },
  208. "notifier": {
  209. "notifierId": "ding",
  210. "notifierType": 3,
  211. "webhook": "https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
  212. }
  213. },
  214. "dnkt": {
  215. "appId": "dnkt",
  216. "description": "大脑课堂测评",
  217. "hosts": ["localhost"],
  218. "port":80,
  219. "entryDir": "/dist-test",
  220. "runningDir": "/home/reghao/tmp/autodop/opt/webroot",
  221. "repo": "svn://svn.reghao.cn/CodeRepositories/IQuizoo.Web.Game/trunk/IQuizoo_Teaching_FE_New",
  222. "repoConfig":{
  223. "updateId": "svn 仓库",
  224. "repoType":1,
  225. "username":"gjs",
  226. "password":"gjs1234"
  227. },
  228. "compileConfig": {
  229. "compileId": "静态资源",
  230. "appType": 0
  231. },
  232. "notifier": {
  233. "notifierId": "ding",
  234. "notifierType": 3,
  235. "webhook": "https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
  236. }
  237. },
  238. "dnkt-jigou": {
  239. "appId": "dnkt-jigou",
  240. "description": "大脑课堂测评机构版",
  241. "hosts": ["localhost"],
  242. "port":80,
  243. "entryDir": "/dist-test",
  244. "runningDir": "/home/reghao/tmp/autodop/opt/webroot",
  245. "repo": "svn://svn.reghao.cn/CodeRepositories/IQuizoo.Web.Game.Institution/trunk/IQuizoo_Teaching_FE_Institution",
  246. "repoConfig":{
  247. "updateId": "svn 仓库",
  248. "repoType":1,
  249. "username":"gjs",
  250. "password":"gjs1234"
  251. },
  252. "compileConfig": {
  253. "compileId": "静态资源",
  254. "appType": 0
  255. },
  256. "notifier": {
  257. "notifierId": "ding",
  258. "notifierType": 3,
  259. "webhook": "https://oapi.dingtalk.com/robot/send?access_token=ba9cf0d846cff8c471168e0d2f91ec0c44645a086cf5e4e421697c9b0c606bd2"
  260. }
  261. }
  262. }
  263. }