From 0277fd354d22549a623f170406fff862b2224022 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 8 Feb 2024 03:54:22 +0100 Subject: [PATCH] fix variable --- conf/overleaf-history-v1.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/overleaf-history-v1.service b/conf/overleaf-history-v1.service index 15e00f4..917dc41 100644 --- a/conf/overleaf-history-v1.service +++ b/conf/overleaf-history-v1.service @@ -8,7 +8,7 @@ User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ EnvironmentFile=__INSTALL_DIR__/variables.env -Environment="MONGO_CONNECTION_STRING=$SHARELATEX_MONGO_URL" +Environment="MONGO_CONNECTION_STRING=mongodb://127.0.0.1:27017/__DB_NAME__" Environment="NODE_CONFIG_DIR=__INSTALL_DIR__/live/services/history-v1/config" ExecStart=__YNH_NODE__ __INSTALL_DIR__/live/services/history-v1/app.js StandardOutput=append:/var/log/__APP__/history-v1.log