From 77f8435fb3badfd77249e537039bcf264cec375d Mon Sep 17 00:00:00 2001 From: Alexandre Aubin <4533074+alexAubin@users.noreply.github.com> Date: Sun, 10 Dec 2023 23:27:23 +0100 Subject: [PATCH] Update conf/systemd.service: production=true --- conf/systemd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/systemd.service b/conf/systemd.service index e92b888..df09538 100644 --- a/conf/systemd.service +++ b/conf/systemd.service @@ -7,7 +7,7 @@ Type=simple User=__APP__ Group=__APP__ WorkingDirectory=__INSTALL_DIR__/ -Environment=NODE_ENV=production +Environment=ETHERPAD_PRODUCTION=true Environment="__YNH_NODE_LOAD_PATH__" ExecStart=__INSTALL_DIR__/src/bin/run.sh #ExecStart=__YNH_NODE__ __INSTALL_DIR__/src/node/server.js