local.json 769 B

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