mirror of https://github.com/fantasticit/think.git
root: use local file default
This commit is contained in:
parent
ed248be106
commit
86ca7c7fd2
|
@ -43,7 +43,7 @@ db:
|
||||||
# oss 文件存储服务
|
# oss 文件存储服务
|
||||||
oss:
|
oss:
|
||||||
local:
|
local:
|
||||||
enable: false
|
enable: true
|
||||||
# 线上更改为服务端地址(如:https://api.codingit.cn)
|
# 线上更改为服务端地址(如:https://api.codingit.cn)
|
||||||
server: 'http://localhost:5002'
|
server: 'http://localhost:5002'
|
||||||
# 以下为各厂商 sdk 配置,不要修改字段,填入值即可
|
# 以下为各厂商 sdk 配置,不要修改字段,填入值即可
|
||||||
|
|
Loading…
Reference in New Issue