🔧 文件上传配置示例
This commit is contained in:
@@ -6,4 +6,12 @@ spring:
|
||||
redis:
|
||||
host: ballcat-redis
|
||||
password: ''
|
||||
port: 6379
|
||||
port: 6379
|
||||
|
||||
file:
|
||||
storage:
|
||||
type: aliyun
|
||||
endpoint: oss-cn-shanghai.aliyuncs.com
|
||||
access-key: your key here
|
||||
access-secret: your secret here
|
||||
bucket-name: your bucket here
|
||||
@@ -8,6 +8,15 @@ spring:
|
||||
password: ''
|
||||
port: 6379
|
||||
|
||||
file:
|
||||
storage:
|
||||
type: aliyun
|
||||
endpoint: oss-cn-shanghai.aliyuncs.com
|
||||
access-key: your key here
|
||||
access-secret: your secret here
|
||||
bucket-name: your bucket here
|
||||
|
||||
|
||||
# 生产环境关闭文档
|
||||
swagger:
|
||||
enabled: false
|
||||
@@ -7,3 +7,11 @@ spring:
|
||||
host: ballcat-redis
|
||||
password: ''
|
||||
port: 6379
|
||||
|
||||
file:
|
||||
storage:
|
||||
type: aliyun
|
||||
endpoint: oss-cn-shanghai.aliyuncs.com
|
||||
access-key: your key here
|
||||
access-secret: your secret here
|
||||
bucket-name: your bucket here
|
||||
Reference in New Issue
Block a user