Commit d281e8c929adf0e6c6d3959401125d89c9779465

Authored by 多国蒙
1 parent 0fd4a662

增加job配置

Showing 1 changed file with 13 additions and 0 deletions
training-service.yml
@@ -86,6 +86,19 @@ apiConfig: @@ -86,6 +86,19 @@ apiConfig:
86 gxbBiApiUrl: http://bi-api:8080/bi-api 86 gxbBiApiUrl: http://bi-api:8080/bi-api
87 testDecry: ENC(8aea42e66b0928c44cd8f861a9d558e6) 87 testDecry: ENC(8aea42e66b0928c44cd8f861a9d558e6)
88 88
  89 +#xxl-job
  90 +xxl:
  91 + job:
  92 + admin:
  93 + addresses: http://192.168.30.61:30140/xxl-job-admin
  94 + executor:
  95 + appname: training-server
  96 + ip:
  97 + port: 8888
  98 + logpath: /app/logs
  99 + logretentiondays: -1
  100 + accessToken:
  101 +
89 --- 102 ---
90 server: 103 server:
91 port: 16700 104 port: 16700