Commit 48d79e3728dc9096f5832c51ed13f5e2e13d067b
1 parent
0a89b242
训练营常量配置
Showing
1 changed file
with
7 additions
and
0 deletions
training-service.yml
| ... | ... | @@ -77,6 +77,13 @@ eureka: |
| 77 | 77 | healthcheck: |
| 78 | 78 | enabled: true |
| 79 | 79 | |
| 80 | +apiConfig: | |
| 81 | + resourceGaoXiaoBangUrl: https://resource.gaoxiaobang.com | |
| 82 | + usrLocalTomcatTempLocation: /usr/local/tomcat/temp | |
| 83 | + gxbApiUrl: http://gxb-api:8080/gxb-api | |
| 84 | + gxbBiApiUrl: http://bi-api:8080/bi-api | |
| 85 | + testDecry: ENC(8aea42e66b0928c44cd8f861a9d558e6) | |
| 86 | + | |
| 80 | 87 | --- |
| 81 | 88 | server: |
| 82 | 89 | port: 16400 | ... | ... |