aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet/config/gnunet-config.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/gnunet/config/gnunet-config.json')
-rw-r--r--src/gnunet/config/gnunet-config.json4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gnunet/config/gnunet-config.json b/src/gnunet/config/gnunet-config.json
index d6670c4..aefc9ee 100644
--- a/src/gnunet/config/gnunet-config.json
+++ b/src/gnunet/config/gnunet-config.json
@@ -13,5 +13,9 @@
13 }, 13 },
14 "namecache": { 14 "namecache": {
15 "endpoint": "unix+${RT_SYS}/gnunet-service-namecache.sock" 15 "endpoint": "unix+${RT_SYS}/gnunet-service-namecache.sock"
16 },
17 "revocation": {
18 "endpoint": "unix+${RT_SYS}/gnunet-service-revocation-go.sock+perm=0770",
19 "storage": "redis+localhost:6397++15"
16 } 20 }
17} 21}