mirror of
https://github.com/Jinnrry/PMail.git
synced 2026-04-25 01:55:43 +08:00
16 lines
421 B
JSON
16 lines
421 B
JSON
{
|
|
"logLevel": "debug",
|
|
"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": "./pmail.db",
|
|
"dbType": "sqlite",
|
|
"weChatPushAppId": "",
|
|
"weChatPushSecret": "",
|
|
"weChatPushTemplateId": "",
|
|
"weChatPushUserId": "",
|
|
"isInit": false
|
|
} |