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

11 lines
299 B
JSON

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