local.json 761 B

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