local.json 593 B

12345678910111213141516171819202122232425
  1. {
  2. "port": 8000,
  3. "bindIp": "0.0.0.0",
  4. "idleTimeout": 30000,
  5. "rootGitDirectory": "/tmp/wlgb",
  6. "allowedCorsOrigins": "http://v2.overleaf.test",
  7. "apiBaseUrl": "http://v2.overleaf.test:3000/api/v0",
  8. "postbackBaseUrl": "http://git-bridge:8000",
  9. "serviceName": "Overleaf",
  10. "oauth2Server": "http://v2.overleaf.test:3000",
  11. "repoStore": {
  12. "maxFileNum": 2000,
  13. "maxFileSize": 52428800
  14. },
  15. "swapStore": {
  16. "type": "noop"
  17. },
  18. "swapJob": {
  19. "minProjects": 50,
  20. "lowGiB": 128,
  21. "highGiB": 256,
  22. "intervalMillis": 3600000,
  23. "compressionMethod": "gzip"
  24. }
  25. }