up
This commit is contained in:
1 file changed
+2
@@ -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 访问日志
|
||||
|
||||
Reference in New Issue
Block a user