This commit is contained in:
@@ -40,6 +40,21 @@ Redis:
|
||||
ReadTimeout: 3 # 读操作超时时间(秒),建议2-3秒
|
||||
WriteTimeout: 3 # 写操作超时时间(秒),建议2-3秒
|
||||
|
||||
AppSignature:
|
||||
AppSecrets:
|
||||
android-client: uB4G,XxL2{7b # Android 客户端签名密钥
|
||||
ios-client: uB4G,XxL2{7b # iOS 客户端签名密钥
|
||||
web-client: uB4G,XxL2{7b # Web 客户端签名密钥
|
||||
ValidWindowSeconds: 300 # 签名时间窗口(秒)
|
||||
SkipPrefixes:
|
||||
- /v1/notify/ # 支付回调不验签
|
||||
- /v1/iap/notifications # Apple IAP 回调不验签
|
||||
- /v1/telegram/webhook # Telegram 回调不验签
|
||||
- /v1/subscribe/config # 订阅导出不验签
|
||||
|
||||
Signature:
|
||||
EnableSignature: false # 系统签名开关(实际运行会以数据库 system.signature.EnableSignature 为准)
|
||||
|
||||
Administrator:
|
||||
Email: admin@ppanel.dev # 后台登录邮箱,请修改
|
||||
Password: CHANGE_ME_TO_STRONG_PASSWORD # 后台登录密码,请修改为强密码
|
||||
|
||||
Reference in New Issue
Block a user