From cfeddfa329326b6dd35f60877bb9372980b674a7 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Sun, 21 Jan 2024 23:37:35 +0100 Subject: [PATCH] __DATA_DIR__ instead of longer path Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com> --- conf/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index 1686aeb..021042f 100644 --- a/conf/config.json +++ b/conf/config.json @@ -23,7 +23,8 @@ "lost_password_link": "", "localstorage.allowsymlinks": true, "simpleSignUpLink.shown": false, - "skeletondirectory": "/home/yunohost.app/__APP__/skeleton/{lang}", + "skeletondirectory": "__DATA_DIR__/skeleton/{lang}", + "mail_smtpmode": "smtp", "mail_smtpport": "25", "mail_smtpauth": 1,