config.dev.json 589 B

123456789101112131415161718192021222324
  1. {
  2. "logLevel": "info",
  3. "domain": "domain.com",
  4. "webDomain": "mail.domain.com",
  5. "dkimPrivateKeyPath": "config/dkim/dkim.priv",
  6. "sslType": "0",
  7. "SSLPrivateKeyPath": "config/ssl/private.key",
  8. "SSLPublicKeyPath": "config/ssl/public.crt",
  9. "dbDSN": "./config/pmail.db",
  10. "dbType": "sqlite",
  11. "spamFilterLevel": 2,
  12. "httpPort": 80,
  13. "httpsPort": 443,
  14. "weChatPushAppId": "",
  15. "weChatPushSecret": "",
  16. "weChatPushTemplateId": "",
  17. "weChatPushUserId": "",
  18. "tgChatId": "",
  19. "tgBotToken": "",
  20. "webPushUrl": "",
  21. "webPushToken": "",
  22. "isInit": true,
  23. "httpsEnabled": 2
  24. }