mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
63520c7076
[misc] ShareLaTeX cleanup - high impact GitOrigin-RevId: 6dcce9b0f15e30f7afcf6d69c3df36a369f38120
36 lines
778 B
JSON
36 lines
778 B
JSON
{
|
|
"databaseUrl": "postgres://overleaf:overleaf@postgres/overleaf-history-v1-test",
|
|
"persistor": {
|
|
"backend": "gcs",
|
|
"gcs": {
|
|
"unsignedUrls": "true",
|
|
"endpoint": {
|
|
"apiEndpoint": "http://gcs:9090",
|
|
"projectId": "fake"
|
|
}
|
|
}
|
|
},
|
|
"blobStore": {
|
|
"globalBucket": "overleaf-test-blobs",
|
|
"projectBucket": "overleaf-test-project-blobs"
|
|
},
|
|
"chunkStore": {
|
|
"bucket": "overleaf-test-chunks"
|
|
},
|
|
"zipStore": {
|
|
"bucket": "overleaf-test-zips"
|
|
},
|
|
"maxDeleteKeys": "3",
|
|
"useDeleteObjects": "false",
|
|
"mongo": {
|
|
"uri": "mongodb://mongo:27017/sharelatex"
|
|
},
|
|
"basicHttpAuth": {
|
|
"password": "test"
|
|
},
|
|
"jwtAuth": {
|
|
"key": "testtest",
|
|
"algorithm": "HS256"
|
|
},
|
|
"maxFileUploadSize": "524288"
|
|
}
|