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": {