PMail/server/config/config.json
2023-07-30 17:59:25 +08:00

11 lines
296 B
JSON

{
"domain": "demo.com",
"dkimPrivateKeyPath": "config/dkim/dkim.priv",
"SSLPrivateKeyPath": "config/ssl/private.key",
"SSLPublicKeyPath": "config/ssl/public.crt",
"mysqlDSN": "",
"weChatPushAppId": "",
"weChatPushSecret": "",
"weChatPushTemplateId": "",
"weChatPushUserId": ""
}