blob: 0136d7706e091515c4ac465f5d74b0412c52cee3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
|
@INLINE@ test_hostlist_defaults.conf
[PATHS]
SERVICEHOME = /tmp/test-gnunet-hostlist-peer-2/
DEFAULTCONFIG = test_learning_learn_peer.conf
[transport-tcp]
PORT = 12968
[arm]
PORT = 12966
DEFAULTSERVICES = topology hostlist
UNIXPATH = /tmp/gnunet-hostlist-p1-service-arm.sock
[statistics]
PORT = 12967
UNIXPATH = /tmp/gnunet-hostlist-p1-service-statistics.sock
[resolver]
PORT = 12964
UNIXPATH = /tmp/gnunet-hostlist-p1-service-resolver.sock
[peerinfo]
PORT = 12969
UNIXPATH = /tmp/gnunet-hostlist-p1-service-peerinfo.sock
[transport]
PORT = 12965
UNIXPATH = /tmp/gnunet-hostlist-p1-service-transport.sock
[core]
PORT = 12970
UNIXPATH = /tmp/gnunet-hostlist-p1-service-core.sock
[hostlist]
HTTPPORT = 12980
HOSTLISTFILE = hostlists_learn_peer.file
OPTIONS = -b -e
SERVERS = http://localhost:12981/
[dht]
AUTOSTART = NO
[ats]
PORT = 12971
UNIXPATH = /tmp/gnunet-ats-p1-service-core.sock
|