mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-14 20:40:17 -05:00
Merge pull request #11783 from overleaf/jpa-fix-server-ce-history
[server-ce] fix bucket locations for history-v1 GitOrigin-RevId: a1709a72438d0cf36fa8679d90f6322c24d97fc7
This commit is contained in:
parent
6e421f8754
commit
c7f03c1b23
1 changed files with 5 additions and 5 deletions
|
@ -4,17 +4,17 @@
|
|||
"useSubdirectories": true
|
||||
},
|
||||
"blobStore": {
|
||||
"globalBucket": "/var/lib/sharelatex/history/overleaf-blobs",
|
||||
"projectBucket": "/var/lib/sharelatex/history/overleaf-project-blobs"
|
||||
"globalBucket": "/var/lib/sharelatex/data/history/overleaf-blobs",
|
||||
"projectBucket": "/var/lib/sharelatex/data/history/overleaf-project-blobs"
|
||||
},
|
||||
"chunkStore": {
|
||||
"bucket": "/var/lib/sharelatex/history/overleaf-chunks"
|
||||
"bucket": "/var/lib/sharelatex/data/history/overleaf-chunks"
|
||||
},
|
||||
"zipStore": {
|
||||
"bucket": "/var/lib/sharelatex/history/overleaf-zips"
|
||||
"bucket": "/var/lib/sharelatex/data/history/overleaf-zips"
|
||||
},
|
||||
"analytics": {
|
||||
"bucket": "/var/lib/sharelatex/history/overleaf-analytics"
|
||||
"bucket": "/var/lib/sharelatex/data/history/overleaf-analytics"
|
||||
},
|
||||
"basicHttpAuth": {
|
||||
"password": "password"
|
||||
|
|
Loading…
Reference in a new issue