[Server] [Server.HTTP] Port = 8080 JwtSecret = "" Timeout = "60s" [Server.HTTP.Pprof] Enabled = true AccessIps = ['::1', '127.0.0.1'] [Data] [Data.Database] Dsn = './configs/data.db' MaxIdleConns = 1 MaxOpenConns = 1 ConnMaxLifetime = '6h0m0s' SlowThreshold = '200ms' [Plugin] HttpAPI= "http://127.0.0.1:10000" GrpcPort= 50051 AllDebug= false [Log] # 日志存储目录,不能使用特殊符号 Dir = './logs' # 记录级别 debug/info/warn/error Level = 'debug' # 保留日志多久,超过时间自动删除 MaxAge = '744h0m0s' # 多久时间,分割一个新的日志文件 RotationTime = '8h0m0s' # 多大文件,分割一个新的日志文件(MB) RotationSize = 50