config.json 485 B

123456789101112131415161718192021222324252627
  1. {
  2. "webPort": "825",
  3. "ahead": {
  4. "prop": 0.1,
  5. "updateCron": "0 30 0 ? * 0",
  6. "saveClickTimes": 2,
  7. "dailyTimes": 1000,
  8. "mode":1
  9. },
  10. "custom": {
  11. "open": true,
  12. "updateCron": "0 0 0 ? * 0",
  13. "searchLimit": {
  14. "switch": {
  15. "stop": "0 0 8 ? * *",
  16. "start": "0 0 14 ? * *"
  17. },
  18. "timeOver": 10,
  19. "waitTime": 30
  20. },
  21. "mode":1
  22. },
  23. "testUid": [
  24. ],
  25. "contextOldVipLimit": 1664553600,
  26. "projectNumLimit": 10000000
  27. }