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:
Miguel Serrano
2023-01-20 12:06:26 +01:00
committed by Copybot
parent 0b986d5625
commit 4a84922a2f
13 changed files with 83 additions and 108 deletions

View File

@@ -53,7 +53,11 @@ COPY server-ce/init_scripts/ /etc/my_init.d/
# Copy app settings files
# -----------------------
COPY server-ce/settings.js /etc/sharelatex/settings.js
COPY server-ce/config/settings.js /etc/sharelatex/settings.js
# Copy history-v1 files
# -----------------------
COPY server-ce/config/production.json /overleaf/services/history-v1/config/production.json
# Copy grunt thin wrapper
# -----------------------