diff --git a/config/config.toml b/config/config.toml index df768e0..8dd6c1e 100644 --- a/config/config.toml +++ b/config/config.toml @@ -15,6 +15,8 @@ accessLogEnabled = true # 是否记录访问日志。默认为false errorLogEnabled = true # 是否记录异常日志信息到日志中。默认为true PProfEnabled = true # 是否开启PProf性能调试特性。默认为false + debug = true # 是否是调试模式 + readTimeout = "180s" # 响应超时 3分钟 # Logger. [logger]