test.json 852 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "databaseUrl": "postgres://sharelatex:sharelatex@postgres/sharelatex",
  3. "persistor": {
  4. "backend": "gcs",
  5. "gcs": {
  6. "unsignedUrls": "true",
  7. "endpoint": {
  8. "apiEndpoint": "gcs:9090",
  9. "apiScheme": "http",
  10. "projectId": "fake"
  11. }
  12. }
  13. },
  14. "blobStore": {
  15. "globalBucket": "overleaf-test-blobs",
  16. "projectBucket": "overleaf-test-project-blobs"
  17. },
  18. "chunkStore": {
  19. "bucket": "overleaf-test-chunks"
  20. },
  21. "zipStore": {
  22. "bucket": "overleaf-test-zips"
  23. },
  24. "analytics": {
  25. "bucket": "overleaf-test-analytics"
  26. },
  27. "maxDeleteKeys": "3",
  28. "useDeleteObjects": "false",
  29. "mongo": {
  30. "uri": "mongodb://mongo:27017/sharelatex"
  31. },
  32. "basicHttpAuth": {
  33. "password": "test"
  34. },
  35. "jwtAuth": {
  36. "key": "testtest",
  37. "algorithm": "HS256"
  38. },
  39. "maxFileUploadSize": "524288"
  40. }