config.json 571 B

12345678910111213141516171819202122232425
  1. {
  2. "port": 30000,
  3. "database": {
  4. "host": "localhost",
  5. "database": "ic",
  6. "port": 3306,
  7. "user": "ic",
  8. "password": "YepzEbAD5BFAjNet"
  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:30000/",
  23. "url2": "http://127.0.0.1:30002",
  24. "url3": "http://127.0.0.1:30001"
  25. }