diff options
Diffstat (limited to 'ceres/0002-Select-default-storage.patch')
-rw-r--r-- | ceres/0002-Select-default-storage.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ceres/0002-Select-default-storage.patch b/ceres/0002-Select-default-storage.patch new file mode 100644 index 0000000..fe35150 --- /dev/null +++ b/ceres/0002-Select-default-storage.patch @@ -0,0 +1,22 @@ +From fae7cf2b129cf3fc740305cb1fb1ae362a402c0a Mon Sep 17 00:00:00 2001 +From: xengineering <me@xengineering.eu> +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 + |