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,