mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
5fbd5e21a2
Remove apiScheme from GCS GitOrigin-RevId: c948287cb00c7bc432c797bfdfa92a79b84d1bed
37 lines
809 B
JSON
37 lines
809 B
JSON
{
|
|
"databaseUrl": "postgres://postgres:postgres@postgres/write_latex_dev",
|
|
"persistor": {
|
|
"s3": {
|
|
"endpoint": "http://s3:8080",
|
|
"pathStyle": "true"
|
|
},
|
|
"gcs": {
|
|
"unsignedUrls": "true",
|
|
"endpoint": {
|
|
"apiEndpoint": "http://fake-gcs:9090",
|
|
"projectId": "fake"
|
|
}
|
|
}
|
|
},
|
|
"blobStore": {
|
|
"globalBucket": "overleaf-development-blobs",
|
|
"projectBucket": "overleaf-development-project-blobs"
|
|
},
|
|
"chunkStore": {
|
|
"bucket": "overleaf-development-chunks"
|
|
},
|
|
"zipStore": {
|
|
"bucket": "overleaf-development-zips"
|
|
},
|
|
"useDeleteObjects": "false",
|
|
"mongo": {
|
|
"uri": "mongodb://mongo:27017/sharelatex"
|
|
},
|
|
"basicHttpAuth": {
|
|
"password": "password"
|
|
},
|
|
"jwtAuth": {
|
|
"key": "secureKey",
|
|
"algorithm": "HS256"
|
|
}
|
|
}
|