From b29e5c8cb55d3b1059a1e1b20ccf0696e3fa5894 Mon Sep 17 00:00:00 2001 From: Tension Date: Mon, 24 Nov 2025 16:43:23 +0800 Subject: [PATCH] fix(ppanel): remove deprecated configuration settings from ppanel.yaml --- etc/ppanel.yaml | 39 --------------------------------------- 1 file changed, 39 deletions(-) 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