Merge branch 'beta' into beta-prop-all

beta
kk 1 year ago
commit 1dee288f45
  1. 5
      jianshui-admin/src/main/resources/application-dev.yml
  2. 5
      jianshui-admin/src/main/resources/application-prod.yml
  3. 5
      jianshui-admin/src/main/resources/application.yml

@ -102,3 +102,8 @@ ele_url: http://140.143.226.17:8087/order-api
#logstash:
# host: 43.138.58.64:14560
# indexname: jianshui-dev
invoice:
file:
save:
# 文件上传方式 0:数据库 1:oss 2:本地
type: 1

@ -92,3 +92,8 @@ ele_url: http://140.143.226.17:8087/order-api
#logstash:
# host: 43.138.58.64:14560
# indexname: jianshui-prod
invoice:
file:
save:
# 文件上传方式 0:数据库 1:oss 2:本地
type: 1

@ -119,8 +119,3 @@ srm:
# basic的账户密码
username: rendertopod
pwd: renderpod!2
invoice:
file:
save:
# 文件上传方式 0:数据库 1:oss 2:本地
type: 1

Loading…
Cancel
Save