config-example.json 537 B

12345678910111213141516171819202122232425262728
  1. {
  2. "port": 3000,
  3. "database": {
  4. "host": "localhost",
  5. "database": "kq",
  6. "port": 3306,
  7. "user": "root",
  8. "password": ""
  9. },
  10. "redis": {
  11. "host": "localhost",
  12. "port": 6379,
  13. "password": ""
  14. },
  15. "wxwork": {
  16. "corpid": "",
  17. "corpsecret": "",
  18. "agentid": 1000003
  19. },
  20. "email": {
  21. "host": "smtp.qq.com",
  22. "port": 465,
  23. "secure": true,
  24. "user": "",
  25. "password": ""
  26. },
  27. "url": "http://example.com"
  28. }