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.json48
1 files changed, 41 insertions, 7 deletions
diff --git a/src/gnunet/config/gnunet-config.json b/src/gnunet/config/gnunet-config.json
index daf65f9..941cf21 100644
--- a/src/gnunet/config/gnunet-config.json
+++ b/src/gnunet/config/gnunet-config.json
@@ -1,24 +1,58 @@
1{ 1{
2 "local": {
3 "privateSeed": "YGoe6XFH3XdvFRl+agx9gIzPTvxA229WFdkazEMdcOs=",
4 "endpoints": [
5 "r5n+ip+udp:127.0.0.1:6666"
6 ]
7 },
8 "bootstrap": {
9 "nodes": [
10 "gnunet://hello/7KTBJ90340HF1Q2GB0A57E2XJER4FDHX8HP5GHEB9125VPWPD27G/BNMDFN6HJCPWSPNBSEC06MC1K8QN1Z2DHRQSRXDTFR7FTBD4JHNBJ2RJAAEZ31FWG1Q3PMN3PXGZQ3Q7NTNEKQZFA7TE2Y46FM8E20R/1653499308?r5n%2Bip%2Budp%3A127.0.0.1%3A7654"
11 ]
12 },
2 "environ": { 13 "environ": {
3 "TMP": "/tmp", 14 "TMP": "/tmp",
4 "RT_SYS": "${TMP}/gnunet-system-runtime" 15 "RT_SYS": "${TMP}/gnunet-system-runtime"
5 }, 16 },
6 "dht": { 17 "dht": {
7 "endpoint": "unix+${RT_SYS}/gnunet-service-dht.sock" 18 "service": {
19 "socket": "${RT_SYS}/gnunet-service-dht.sock",
20 "params": {
21 "perm": "0770"
22 }
23 },
24 "storage": "dht_file_store+/var/lib/gnunet/dht/store",
25 "cache": "dht_file_cache+/var/lib/gnunet/dht/cache+1000"
8 }, 26 },
9 "gns": { 27 "gns": {
10 "endpoint": "unix+${RT_SYS}/gnunet-service-gns-go.sock+perm=0770", 28 "service": {
29 "socket": "${RT_SYS}/gnunet-service-gns-go.sock",
30 "params": {
31 "perm": "0770"
32 }
33 },
11 "dhtReplLevel": 10, 34 "dhtReplLevel": 10,
12 "maxDepth": 250 35 "maxDepth": 250
13 }, 36 },
14 "namecache": { 37 "namecache": {
15 "endpoint": "unix+${RT_SYS}/gnunet-service-namecache.sock" 38 "service": {
39 "socket": "${RT_SYS}/gnunet-service-namecache.sock",
40 "params": {
41 "perm": "0770"
42 }
43 },
44 "storage": "dht_file_cache:/var/lib/gnunet/namecache:1000"
16 }, 45 },
17 "revocation": { 46 "revocation": {
18 "endpoint": "unix+${RT_SYS}/gnunet-service-revocation-go.sock+perm=0770", 47 "service": {
19 "storage": "redis+localhost:6397++15" 48 "socket": "${RT_SYS}/gnunet-service-revocation-go.sock",
49 "params": {
50 "perm": "0770"
51 }
52 },
53 "storage": "redis:localhost:6397::15"
20 }, 54 },
21 "rpc": { 55 "rpc": {
22 "endpoint": "tcp+127.0.0.1:80" 56 "endpoint": "tcp:127.0.0.1:80"
23 } 57 }
24} 58} \ No newline at end of file