From fae7cf2b129cf3fc740305cb1fb1ae362a402c0a Mon Sep 17 00:00:00 2001 From: xengineering Date: Wed, 22 May 2024 20:22:10 +0200 Subject: [PATCH] Select default storage --- default_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default_config.json b/default_config.json index e4415f3..dd6dd5b 100644 --- a/default_config.json +++ b/default_config.json @@ -1,4 +1,4 @@ { "http_address": "127.0.0.1:8080", - "storage_file_path": "storage" + "storage_file_path": "/var/lib/ceres" } -- 2.45.1