aboutsummaryrefslogtreecommitdiff
path: root/src/gnunet/config/gnunet-config.json
blob: daf65f958f4b6b732acce478e2a9927db0ea80f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
	"environ": {
		"TMP": "/tmp",
		"RT_SYS": "${TMP}/gnunet-system-runtime"
	},
	"dht": {
		"endpoint": "unix+${RT_SYS}/gnunet-service-dht.sock"
	},
	"gns": {
		"endpoint": "unix+${RT_SYS}/gnunet-service-gns-go.sock+perm=0770",
		"dhtReplLevel": 10,
		"maxDepth": 250
	},
	"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"
	},
	"rpc": {
		"endpoint": "tcp+127.0.0.1:80"
	}
}