commit f234d70a9302b6a16fcfe362091a8389a3d3c2e2 parent dfbb3455b58cfa7b74c4442cae0c8bade7ffef7c Author: Bernd Fix <brf@hoi-polloi.org> Date: Tue, 26 May 2020 11:17:06 +0200 Added revocation config data. Diffstat:
| M | src/gnunet/config/gnunet-config.json | | | 4 | ++++ |
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/src/gnunet/config/gnunet-config.json b/src/gnunet/config/gnunet-config.json @@ -13,5 +13,9 @@ }, "namecache": { "endpoint": "unix+${RT_SYS}/gnunet-service-namecache.sock" + }, + "revocation": { + "endpoint": "unix+${RT_SYS}/gnunet-service-revocation-go.sock+perm=0770", + "storage": "redis+localhost:6397++15" } }