From 14efa9ac0a884faf998a02d71ad2ae939d28841a Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 5 Dec 2023 19:47:41 +0100 Subject: [PATCH] fixes settings.js path --- conf/variables.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/variables.env b/conf/variables.env index 15334bc..2c0d158 100644 --- a/conf/variables.env +++ b/conf/variables.env @@ -1,6 +1,6 @@ SHARELATEX_APP_NAME="YunoHost Overleaf Community Edition" -SHARELATEX_CONFIG="__INSTALL_DIR__/settings.js" +SHARELATEX_CONFIG="__INSTALL_DIR__/config/settings.js" ADMIN_PRIVILEGE_AVAILABLE=true OPTIMISE_PDF=true NODE_ENV=production