development.json 831 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "useDeleteObjects": "false",
  28. "mongo": {
  29. "uri": "mongodb://mongo:27017/sharelatex"
  30. },
  31. "basicHttpAuth": {
  32. "password": "password"
  33. },
  34. "jwtAuth": {
  35. "key": "secureKey",
  36. "algorithm": "HS256"
  37. }
  38. }