You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
259 B
Plaintext

# 子千项目配置文件示例
# 复制此文件为 config.yaml 并根据实际环境修改
# Gin 框架配置
gin:
# 服务器监听端口
port: "8850"
# 文件存储配置
storage:
# 存储根目录,文件将存储在此目录下
root: "D:/aa"