mirror of https://github.com/fantasticit/think.git
Update dev.yaml
parent
3b2b21e9a5
commit
ed248be106
|
@ -43,8 +43,17 @@ db:
|
||||||
# oss 文件存储服务
|
# oss 文件存储服务
|
||||||
oss:
|
oss:
|
||||||
local:
|
local:
|
||||||
enable: true
|
enable: false
|
||||||
|
# 线上更改为服务端地址(如:https://api.codingit.cn)
|
||||||
server: 'http://localhost:5002'
|
server: 'http://localhost:5002'
|
||||||
|
# 以下为各厂商 sdk 配置,不要修改字段,填入值即可
|
||||||
|
tencent:
|
||||||
|
enable: false
|
||||||
|
config:
|
||||||
|
SecretId: ''
|
||||||
|
SecretKey: ''
|
||||||
|
Bucket: ''
|
||||||
|
Region: ''
|
||||||
aliyun:
|
aliyun:
|
||||||
enable: false
|
enable: false
|
||||||
config:
|
config:
|
||||||
|
|
Loading…
Reference in New Issue