aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet/config/gnunet-config.json
diff options
context:
space:
mode:
authorBernd Fix <brf@hoi-polloi.org>2022-02-02 15:14:12 +0100
committerBernd Fix <brf@hoi-polloi.org>2022-02-02 15:14:12 +0100
commit205cad60026bf0af1cd2712a8faa4bce08eafb1d (patch)
tree9a2f361e5b2227b3e213fc5093d07641c18cedb4 /src/gnunet/config/gnunet-config.json
parentd9dc142fe6d634066c8e33b48106cd6e5c588baf (diff)
downloadgnunet-go-205cad60026bf0af1cd2712a8faa4bce08eafb1d.tar.gz
gnunet-go-205cad60026bf0af1cd2712a8faa4bce08eafb1d.zip
Refactored GNS zone crypto implementation.v0.1.23
Diffstat (limited to 'src/gnunet/config/gnunet-config.json')
-rw-r--r--src/gnunet/config/gnunet-config.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gnunet/config/gnunet-config.json b/src/gnunet/config/gnunet-config.json
index aefc9ee..daf65f9 100644
--- a/src/gnunet/config/gnunet-config.json
+++ b/src/gnunet/config/gnunet-config.json
@@ -17,5 +17,8 @@
17 "revocation": { 17 "revocation": {
18 "endpoint": "unix+${RT_SYS}/gnunet-service-revocation-go.sock+perm=0770", 18 "endpoint": "unix+${RT_SYS}/gnunet-service-revocation-go.sock+perm=0770",
19 "storage": "redis+localhost:6397++15" 19 "storage": "redis+localhost:6397++15"
20 },
21 "rpc": {
22 "endpoint": "tcp+127.0.0.1:80"
20 } 23 }
21} 24}