local.json 746 B

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