config.json 628 B

1234567891011121314151617181920212223242526
  1. {
  2. "port": 30000,
  3. "database": {
  4. "host": "hk1-api.ctbu.top",
  5. "database": "ic8",
  6. "port": 3306,
  7. "user": "ic8",
  8. "password": "YepzEbAD5BFAjNet"
  9. },
  10. "redis": {
  11. "host": "localhost",
  12. "port": 5173,
  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": "https://hk1-api.ctbu.top",
  23. "url2": "http://127.0.0.1:30002",
  24. "url3": "http://127.0.0.1:30001",
  25. "server": "CTBU_CLUB 香港2号服务器"
  26. }