Commit f6edf133d527076cb50a3c8587c6e2aa4566aaac
1 parent
3ae91a32
修改引擎配置
Showing
1 changed file
with
8 additions
and
2 deletions
class-service.yml
| @@ -140,7 +140,7 @@ sendCloud: | @@ -140,7 +140,7 @@ sendCloud: | ||
| 140 | from: postmaster@kkb.sendcloud.org | 140 | from: postmaster@kkb.sendcloud.org |
| 141 | 141 | ||
| 142 | index: | 142 | index: |
| 143 | - indexDir: /Users/gxb/Documents/workspace/index/ | 143 | + indexDir: /app/index/ |
| 144 | 144 | ||
| 145 | --- | 145 | --- |
| 146 | server: | 146 | server: |
| @@ -264,6 +264,9 @@ apiConfig: | @@ -264,6 +264,9 @@ apiConfig: | ||
| 264 | gxbApiUrl: http://gxb-api:8080/gxb-api | 264 | gxbApiUrl: http://gxb-api:8080/gxb-api |
| 265 | gxbBiApiUrl: http://bi-api:8080/bi-api | 265 | gxbBiApiUrl: http://bi-api:8080/bi-api |
| 266 | 266 | ||
| 267 | +index: | ||
| 268 | + indexDir: /app/index/ | ||
| 269 | + | ||
| 267 | --- | 270 | --- |
| 268 | server: | 271 | server: |
| 269 | port: 16200 | 272 | port: 16200 |
| @@ -390,4 +393,7 @@ apiConfig: | @@ -390,4 +393,7 @@ apiConfig: | ||
| 390 | sendCloud: | 393 | sendCloud: |
| 391 | user: postmaster@kkb.sendcloud.org | 394 | user: postmaster@kkb.sendcloud.org |
| 392 | key: ENC(ad810a86e7a4c5910c4e6a72789cf775e59ecaaf2ed5eb3a4b4101fcf299419a) | 395 | key: ENC(ad810a86e7a4c5910c4e6a72789cf775e59ecaaf2ed5eb3a4b4101fcf299419a) |
| 393 | - from: postmaster@kkb.sendcloud.org | ||
| 394 | \ No newline at end of file | 396 | \ No newline at end of file |
| 397 | + from: postmaster@kkb.sendcloud.org | ||
| 398 | + | ||
| 399 | +index: | ||
| 400 | + indexDir: /app/index/ | ||
| 395 | \ No newline at end of file | 401 | \ No newline at end of file |