From 29f39789d60de836b9d5e4eea820b4212c84c395 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Mon, 22 Jan 2024 06:13:39 +0100 Subject: [PATCH] fix data folder --- conf/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/config.json b/conf/config.json index 1a2b6f4..806eaba 100644 --- a/conf/config.json +++ b/conf/config.json @@ -18,8 +18,9 @@ }, "daemon": { "data": { - "cache": "/var/lib/__APP__/cache", - "servers": "/var/lib/__APP__/servers" + "binaries": "__DATA_DIR__/binaries", + "cache": "__DATA_DIR__/cache", + "servers": "__DATA_DIR__/servers" } }, "web": {