config-example.json 396 B

123456789101112131415161718192021
  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. "url": "http://example.com"
  21. }