mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #11346 from overleaf/msm-config-history-v1-sp
Configuration changes for FPH in CE/SP GitOrigin-RevId: 990eb0fa6158d4815740413da085759d2cc5e231
This commit is contained in:
28
server-ce/config/production.json
Normal file
28
server-ce/config/production.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"persistor": {
|
||||
"backend": "fs",
|
||||
"useSubdirectories": true
|
||||
},
|
||||
"blobStore": {
|
||||
"globalBucket": "/var/lib/sharelatex/history/overleaf-blobs",
|
||||
"projectBucket": "/var/lib/sharelatex/history/overleaf-project-blobs"
|
||||
},
|
||||
"chunkStore": {
|
||||
"bucket": "/var/lib/sharelatex/history/overleaf-chunks"
|
||||
},
|
||||
"zipStore": {
|
||||
"bucket": "/var/lib/sharelatex/history/overleaf-zips"
|
||||
},
|
||||
"analytics": {
|
||||
"bucket": "/var/lib/sharelatex/history/overleaf-analytics"
|
||||
},
|
||||
"basicHttpAuth": {
|
||||
"password": "password"
|
||||
},
|
||||
"useDeleteObjects": "false",
|
||||
"jwtAuth": {
|
||||
"key": "secureKey",
|
||||
"algorithm": "HS256"
|
||||
},
|
||||
"mongo": {}
|
||||
}
|
||||
Reference in New Issue
Block a user