Remove unused deployment and observability assets

This commit is contained in:
2026-06-02 21:01:55 -07:00
parent fc6f193479
commit 9ddd8257c5
41 changed files with 9 additions and 7247 deletions
+8 -8
View File
@@ -15,10 +15,10 @@ Logger: # 日志配置
Level: debug # 日志级别: debug, info, warn, error, panic, fatal
MySQL:
Addr: 45.43.29.127:3306 # host 网络模式; bridge 模式改为 mysql:3306
Addr: 127.0.0.1:3306 # 本地开发默认;Docker bridge 模式改为 mysql:3306
Username: root # MySQL用户名
Password: jpcV41ppanel # MySQL密码,与 .env MYSQL_ROOT_PASSWORD 一致
Dbname: hifast # MySQL数据库名
Password: CHANGE_ME_TO_DB_PASSWORD # MySQL密码
Dbname: ppanel # MySQL数据库名
Config: charset=utf8mb4&parseTime=true&loc=Asia%2FShanghai
MaxIdleConns: 10
MaxOpenConns: 100
@@ -42,9 +42,9 @@ Redis:
AppSignature:
AppSecrets:
android-client: uB4G,XxL2{7b # Android 客户端签名密钥
ios-client: uB4G,XxL2{7b # iOS 客户端签名密钥
web-client: uB4G,XxL2{7b # Web 客户端签名密钥
android-client: CHANGE_ME_ANDROID_APP_SECRET # Android 客户端签名密钥
ios-client: CHANGE_ME_IOS_APP_SECRET # iOS 客户端签名密钥
web-client: CHANGE_ME_WEB_APP_SECRET # Web 客户端签名密钥
ValidWindowSeconds: 300 # 签名时间窗口(秒)
SkipPrefixes:
- /v1/notify/ # 支付回调不验签
@@ -58,8 +58,8 @@ Signature:
Trace: # 链路追踪配置 (OpenTelemetry)
Name: ppanel # 服务名
Sampler: 1.0 # 采样率 0.0-1.0,生产建议 0.1
Batcher: otlpgrpc # 本地开发留空""; 生产填 otlpgrpc
Endpoint: "127.0.0.1:4317" # host 网络模式; bridge 模式改为 tempo:4317
Batcher: "" # 本地开发留空;生产如需链路追踪再配置 exporter
Endpoint: ""
S3:
Enable: false