config.json 522 B

123456789101112131415161718192021222324
  1. {
  2. "port": 8081,
  3. "database": {
  4. "host": "localhost",
  5. "database": "ic",
  6. "port": 3306,
  7. "user": "root",
  8. "password": "123456"
  9. },
  10. "redis": {
  11. "host": "localhost",
  12. "port": 6379,
  13. "password": ""
  14. },
  15. "email": {
  16. "host": "smtp.exmail.qq.com",
  17. "port": 465,
  18. "secure": true,
  19. "user": "mail@ctbu.top",
  20. "password": "FPhxUVrt5J9WxgiP"
  21. },
  22. "url": "http://127.0.0.1:8081/",
  23. "url2": "http://127.0.0.1:5000"
  24. }