aboutsummaryrefslogtreecommitdiff
path: root/src/chat/test_chat_peer2.conf
blob: 3f85514060251ad1a6841acdac4a5a0b472e4809 (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[PATHS]
SERVICEHOME = /tmp/gnunet-test-chat-peer-2/
DEFAULTCONFIG = test_chat_peer2.conf

[gnunetd]
HOSTKEY = $SERVICEHOME/.hostkey

[hostlist]
SERVERS = http://localhost:31000/
OPTIONS = -b

[resolver]
PORT = 32001
HOSTNAME = localhost
UNIXPATH = /tmp/gnunet-chat-p2-service-resolver.sock

[transport]
PORT = 32002
UNIXPATH = /tmp/gnunet-chat-p2-service-transport.sock
PLUGINS = tcp

[transport-tcp]
PORT = 32003

[arm]
PORT = 32004
UNIXPATH = /tmp/gnunet-chat-p2-service-arm.sock
HOSTNAME = localhost
DEFAULTSERVICES = resolver transport core topology hostlist statistics chat

[core]
PORT = 32005
UNIXPATH = /tmp/gnunet-chat-p2-service-core.sock
HOSTNAME = localhost

[topology]
MINIMUM-FRIENDS = 0
FRIENDS-ONLY = NO
AUTOCONNECT = YES
TARGET-CONNECTION-COUNT = 16
FRIENDS = $SERVICEHOME/friends
CONFIG = $DEFAULTCONFIG
BINARY = gnunet-daemon-topology

[peerinfo]
PORT = 32006
UNIXPATH = /tmp/gnunet-chat-p2-service-peerinfo.sock
HOSTNAME = localhost

[statistics]
PORT = 32007
HOSTNAME = localhost
UNIXPATH = /tmp/gnunet-chat-p2-service-statistics.sock

[chat]
PORT = 32008
HOSTNAME = localhost
HOME = $SERVICEHOME
CONFIG = $DEFAULTCONFIG
BINARY = gnunet-service-chat

[testing]
WEAKRANDOM = YES

[fs]
AUTOSTART = NO

[datastore]
AUTOSTART = NO

[dht]
AUTOSTART = NO