summaryrefslogtreecommitdiff
path: root/ceres/0002-Select-default-storage.patch
blob: fe35150266465813c4e059a0558856e03d762eac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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