Browse Source

更新oss默认配置

test
smallchill 4 years ago
parent
commit
deb2c949c2
  1. 11
      blade-ops/blade-resource/src/main/resources/application.yml

11
blade-ops/blade-resource/src/main/resources/application.yml

@ -2,11 +2,12 @@
server:
port: 8010
#默认对象存储配置
oss:
enable: true
name: qiniu
enabled: true
name: minio
tenant-mode: true
endpoint: prt1thnw3.bkt.clouddn.com
access-key: N_Loh1ngBqcJovwiAJqR91Ifj2vgOWHOf8AwBA_h
secret-key: AuzuA1KHAbkIndCU0dB3Zfii2O3crHNODDmpxHRS
endpoint: http://127.0.0.1:9000
access-key: D99KGE6ZTQXSATTJWU24
secret-key: QyVqGnhIQQE734UYSUFlGOZViE6+ZlDEfUG3NjhJ
bucket-name: bladex

Loading…
Cancel
Save