mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #13370 from overleaf/msm-remove-history-flags-ce
[CE] Remove `SHARELATEX_FPH_` env variables GitOrigin-RevId: 8e356eb65481de95dc1185f1e0ce081ef9b470b0
This commit is contained in:
@@ -89,9 +89,6 @@ ENV SHARELATEX_APP_NAME "Overleaf Community Edition"
|
|||||||
|
|
||||||
ENV OPTIMISE_PDF "true"
|
ENV OPTIMISE_PDF "true"
|
||||||
|
|
||||||
ENV SHARELATEX_FPH_INITIALIZE_NEW_PROJECTS "true"
|
|
||||||
ENV SHARELATEX_FPH_DISPLAY_NEW_PROJECTS "true"
|
|
||||||
|
|
||||||
# Phusion Image timeouts before sending SIGKILL to processes
|
# Phusion Image timeouts before sending SIGKILL to processes
|
||||||
# ----------------------------------------------------------
|
# ----------------------------------------------------------
|
||||||
ENV KILL_PROCESS_TIMEOUT 55
|
ENV KILL_PROCESS_TIMEOUT 55
|
||||||
|
|||||||
@@ -249,8 +249,6 @@ const settings = {
|
|||||||
},
|
},
|
||||||
project_history: {
|
project_history: {
|
||||||
sendProjectStructureOps: true,
|
sendProjectStructureOps: true,
|
||||||
initializeHistoryForNewProjects: process.env.SHARELATEX_FPH_INITIALIZE_NEW_PROJECTS === 'true',
|
|
||||||
displayHistoryForNewProjects: process.env.SHARELATEX_FPH_DISPLAY_NEW_PROJECTS === 'true',
|
|
||||||
url: 'http://localhost:3054',
|
url: 'http://localhost:3054',
|
||||||
},
|
},
|
||||||
v1_history: {
|
v1_history: {
|
||||||
|
|||||||
Reference in New Issue
Block a user