overleaf/services/history-v1/config/development.json
Alf Eaton ee85d948e2 Avoid duplicating a math-closing dollar sign (#11227)
GitOrigin-RevId: ef2ef77e26df59d1af3df6dc664e284d3c70102d
2023-01-16 08:41:42 +00:00

41 lines
900 B
JSON

{
"databaseUrl": "postgres://postgres:postgres@postgres/write_latex_dev",
"persistor": {
"s3": {
"endpoint": "http://s3:8080",
"pathStyle": "true"
},
"gcs": {
"unsignedUrls": "true",
"endpoint": {
"apiEndpoint": "fake-gcs:9090",
"apiScheme": "http",
"projectId": "fake"
}
}
},
"blobStore": {
"globalBucket": "overleaf-development-blobs",
"projectBucket": "overleaf-development-project-blobs"
},
"chunkStore": {
"bucket": "overleaf-development-chunks"
},
"zipStore": {
"bucket": "overleaf-development-zips"
},
"analytics": {
"bucket": "overleaf-development-analytics"
},
"useDeleteObjects": "false",
"mongo": {
"uri": "mongodb://mongo:27017/sharelatex"
},
"basicHttpAuth": {
"password": "password"
},
"jwtAuth": {
"key": "secureKey",
"algorithm": "HS256"
}
}