config.json 831 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "port": 30003,
  3. "database": {
  4. "host": "8.137.37.202",
  5. "database": "ic_ctbu",
  6. "port": 13306,
  7. "user": "root",
  8. "password": "yx3ud937"
  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://lepao-api.ctbu.top/",
  23. "url2": "http://127.0.0.1:30004",
  24. "url3": "http://127.0.0.1:30001",
  25. "pay": {
  26. "url":"https://pay.ctbu.top/submit.php",
  27. "pid": 1,
  28. "key": "WfRF4t9wcepCjLs18lUoxRS2HiSF5mHI",
  29. "return_url": "https://lepao.ctbu.top/#/store/orderDetail/"
  30. },
  31. "server": "CTBU_CLUB 重庆1号服务器"
  32. }