Fix Services & Update the middleware && others
This commit is contained in:
@@ -14,6 +14,12 @@ server:
|
||||
log:
|
||||
level: "debug"
|
||||
|
||||
# 日志轮转配置
|
||||
max_size: 100 # MB
|
||||
max_backups: 7 # 保留文件数
|
||||
max_age: 30 # 保留天数
|
||||
compress: true # 压缩旧日志
|
||||
|
||||
redis:
|
||||
dsn: "redis://localhost:6379/0"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user