From 777687ab237bcd9f150b45917049c2280f922dc6 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Sun, 28 Apr 2024 12:25:00 +0200 Subject: [PATCH] fix services --- conf/overleaf-web.service | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/overleaf-web.service b/conf/overleaf-web.service index 03464d0..552268b 100644 --- a/conf/overleaf-web.service +++ b/conf/overleaf-web.service @@ -8,8 +8,6 @@ User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ Environment="MONGO_CONNECTION_STRING=mongodb://127.0.0.1:27017/__DB_NAME__" -Environment="ENABLED_SERVICES="web"" -Environment="WEB_PORT="__PORT__"" EnvironmentFile=__INSTALL_DIR__/variables.env ExecStart=__YNH_NODE__ __INSTALL_DIR__/live/services/web/app.js StandardOutput=append:/var/log/__APP__/web.log