default.json 903 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "persistor": {
  3. "backend": "s3",
  4. "s3": {
  5. "signedUrlExpiryInMs": "1800000",
  6. "maxRetries": "1",
  7. "httpOptions": {
  8. "timeout": "8000"
  9. }
  10. },
  11. "gcs": {
  12. "signedUrlExpiryInMs": "1800000",
  13. "deleteConcurrency": "50"
  14. }
  15. },
  16. "backupPersistor": {
  17. "backend": "s3SSEC",
  18. "s3SSEC": {
  19. "maxRetries": "1",
  20. "pathStyle": false,
  21. "httpOptions": {
  22. "timeout": "120000"
  23. }
  24. }
  25. },
  26. "backupRPOInMS": "360000",
  27. "chunkStore": {
  28. "historyStoreConcurrency": "4"
  29. },
  30. "zipStore": {
  31. "zipTimeoutMs": "360000"
  32. },
  33. "hasProjectsWithoutHistory": false,
  34. "minSoftDeletionPeriodDays": "90",
  35. "maxDeleteKeys": "1000",
  36. "useDeleteObjects": "true",
  37. "clusterWorkers": "1",
  38. "maxFileUploadSize": "52428800",
  39. "databasePoolMin": "2",
  40. "databasePoolMax": "10",
  41. "httpsOnly": "false",
  42. "httpRequestTimeout": "300000"
  43. }