diff --git a/etc/ppanel.yaml b/etc/ppanel.yaml index daba947..e69de29 100644 --- a/etc/ppanel.yaml +++ b/etc/ppanel.yaml @@ -1,39 +0,0 @@ -Host: 0.0.0.0 -Port: 8080 -TLS: - Enable: false - CertFile: "" - KeyFile: "" -Debug: false -JwtAuth: - AccessSecret: 4672dccd-2c50-4833-8e17-81e6c2119893 - AccessExpire: 604800 -Logger: - ServiceName: PPanel - Mode: console - Encoding: plain - TimeFormat: "2006-01-02 15:04:05.000" - Path: logs - Level: info - MaxContentLength: 0 - Compress: false - Stat: true - KeepDays: 0 - StackCooldownMillis: 100 - MaxBackups: 0 - MaxSize: 0 - Rotation: daily - FileTimeFormat: 2006-01-02T15:04:05.000Z07:00 -MySQL: - Addr: localhost:3306 - Username: root - Password: password - Dbname: ppanel_dev - Config: charset=utf8mb4&parseTime=true&loc=Asia%2FShanghai - MaxIdleConns: 10 - MaxOpenConns: 10 - SlowThreshold: 1000 -Redis: - Host: 127.0.0.1:6379 - Pass: "" - DB: 0