config.dev.json 299 B

1234567891011
  1. {
  2. "domain": "jinnrry.com",
  3. "dkimPrivateKeyPath": "config/dkim/dkim.priv",
  4. "SSLPrivateKeyPath": "config/ssl/private.key",
  5. "SSLPublicKeyPath": "config/ssl/public.crt",
  6. "mysqlDSN": "",
  7. "weChatPushAppId": "",
  8. "weChatPushSecret": "",
  9. "weChatPushTemplateId": "",
  10. "weChatPushUserId": ""
  11. }