go upload 部署
parent
306a1bb179
commit
aea7652401
@ -0,0 +1,12 @@
|
||||
# 子千项目配置文件示例
|
||||
# 复制此文件为 config.yaml 并根据实际环境修改
|
||||
|
||||
# Gin 框架配置
|
||||
gin:
|
||||
# 服务器监听端口
|
||||
port: "8850"
|
||||
|
||||
# 文件存储配置
|
||||
storage:
|
||||
# 存储根目录,文件将存储在此目录下
|
||||
root: "D:/aa"
|
||||
Binary file not shown.
Loading…
Reference in New Issue