config-example.json 267 B

123456789101112131415
  1. {
  2. "port": 3000,
  3. "database": {
  4. "host": "localhost",
  5. "database": "kq",
  6. "port": 3306,
  7. "user": "root",
  8. "password": ""
  9. },
  10. "wxwork": {
  11. "corpid": "",
  12. "corpsecret": "",
  13. "agentid": 1000003
  14. }
  15. }