Commit f6edf133d527076cb50a3c8587c6e2aa4566aaac

Authored by 多国蒙
1 parent 3ae91a32

修改引擎配置

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