config.dev.json 339 B

1234567891011121314
  1. {
  2. "domain": "",
  3. "webDomain": "",
  4. "dkimPrivateKeyPath": "config/dkim/dkim.priv",
  5. "SSLPrivateKeyPath": "config/ssl/private.key",
  6. "SSLPublicKeyPath": "config/ssl/public.crt",
  7. "dbDSN": "",
  8. "dbType": "",
  9. "weChatPushAppId": "",
  10. "weChatPushSecret": "",
  11. "weChatPushTemplateId": "",
  12. "weChatPushUserId": "",
  13. "isInit": false
  14. }