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:
Miguel Serrano 2023-06-07 15:11:57 +02:00 committed by Copybot
parent 7e6613a1a0
commit 5fdc43e342
2 changed files with 0 additions and 5 deletions

View file

@ -89,9 +89,6 @@ ENV SHARELATEX_APP_NAME "Overleaf Community Edition"
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
# ----------------------------------------------------------
ENV KILL_PROCESS_TIMEOUT 55

View file

@ -249,8 +249,6 @@ const settings = {
},
project_history: {
sendProjectStructureOps: true,
initializeHistoryForNewProjects: process.env.SHARELATEX_FPH_INITIALIZE_NEW_PROJECTS === 'true',
displayHistoryForNewProjects: process.env.SHARELATEX_FPH_DISPLAY_NEW_PROJECTS === 'true',
url: 'http://localhost:3054',
},
v1_history: {