mirror of
https://github.com/Jinnrry/PMail.git
synced 2026-04-23 08:21:48 +08:00
24 lines
589 B
JSON
24 lines
589 B
JSON
{
|
|
"logLevel": "info",
|
|
"domain": "domain.com",
|
|
"webDomain": "mail.domain.com",
|
|
"dkimPrivateKeyPath": "config/dkim/dkim.priv",
|
|
"sslType": "0",
|
|
"SSLPrivateKeyPath": "config/ssl/private.key",
|
|
"SSLPublicKeyPath": "config/ssl/public.crt",
|
|
"dbDSN": "./config/pmail.db",
|
|
"dbType": "sqlite",
|
|
"spamFilterLevel": 2,
|
|
"httpPort": 80,
|
|
"httpsPort": 443,
|
|
"weChatPushAppId": "",
|
|
"weChatPushSecret": "",
|
|
"weChatPushTemplateId": "",
|
|
"weChatPushUserId": "",
|
|
"tgChatId": "",
|
|
"tgBotToken": "",
|
|
"webPushUrl": "",
|
|
"webPushToken": "",
|
|
"isInit": true,
|
|
"httpsEnabled": 2
|
|
} |