This commit is contained in:
2026-09-17 16:18:28 +08:00
parent 4541adaeef
commit b2df923157
1 file changed
+2
+2
View File
@@ -2,8 +2,10 @@
server:
host: "0.0.0.0" # 监听地址,0.0.0.0 表示所有网卡
port: 8080
sock: "web.sock" # unix socket 文件路径,留空表示不启用
mode: debug # gin 运行模式: debug / release / test
log:
level: info # 日志级别: debug / info / warn / error
access_log: true # 是否输出 HTTP 访问日志