aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Fix <brf@hoi-polloi.org>2020-05-26 11:17:06 +0200
committerBernd Fix <brf@hoi-polloi.org>2020-05-26 11:17:06 +0200
commitf234d70a9302b6a16fcfe362091a8389a3d3c2e2 (patch)
tree0c31157eb032cdfe1f8df33f8fe4eb4145c83cc0
parentdfbb3455b58cfa7b74c4442cae0c8bade7ffef7c (diff)
downloadgnunet-go-f234d70a9302b6a16fcfe362091a8389a3d3c2e2.tar.gz
gnunet-go-f234d70a9302b6a16fcfe362091a8389a3d3c2e2.zip
Added revocation config data.
-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}