版式文件存储:配置文件配置oss

beta
路明慧 1 year ago
parent 4aa8c9acb3
commit eb7bb8dafd
  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: #logstash:
# host: 43.138.58.64:14560 # host: 43.138.58.64:14560
# indexname: jianshui-dev # 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: #logstash:
# host: 43.138.58.64:14560 # host: 43.138.58.64:14560
# indexname: jianshui-prod # indexname: jianshui-prod
invoice:
file:
save:
# 文件上传方式 0:数据库 1:oss 2:本地
type: 1

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

Loading…
Cancel
Save