From 23ea7fc97fbd14c7ffc02c593e3c869f38e6b0d5 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 13 Apr 2021 22:51:27 +0200 Subject: [PATCH] Update config.json --- conf/config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/config.json b/conf/config.json index 58ea4a7..7790af5 100644 --- a/conf/config.json +++ b/conf/config.json @@ -5,7 +5,7 @@ "dbconfig": "postgres://__DB_NAME__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable&connect_timeout=10", "useSSL": false, "webpath": "./pack", - "filespath": "/home/yunohost.app/__APP__/files", + "filespath": "./files", "telemetry": false, "session_expire_time": 2592000, "session_refresh_time": 18000,