development.json 900 B

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