local.json 797 B

1234567891011121314151617181920212223242526272829
  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. "oauth2": {
  11. "oauth2ClientID": "264c723c925c13590880751f861f13084934030c13b4452901e73bdfab226edc",
  12. "oauth2ClientSecret": "e6b2e9eee7ae2bb653823250bb69594a91db0547fe3790a7135acb497108e62d",
  13. "oauth2Server": "http://v2.overleaf.test:3000"
  14. },
  15. "repoStore": {
  16. "maxFileNum": 2000,
  17. "maxFileSize": 52428800
  18. },
  19. "swapStore": {
  20. "type": "noop"
  21. },
  22. "swapJob": {
  23. "minProjects": 50,
  24. "lowGiB": 128,
  25. "highGiB": 256,
  26. "intervalMillis": 3600000,
  27. "compressionMethod": "gzip"
  28. }
  29. }