aboutsummaryrefslogtreecommitdiff
path: root/src/chat/test_chat_peer1.conf
blob: a89ebb8080216e61f6c7425509b3bd5022ccee52 (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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
[PATHS]
SERVICEHOME = /tmp/gnunet-test-chat-peer-1/
DEFAULTCONFIG = test_chat_peer1.conf

[gnunetd]
HOSTKEY = $SERVICEHOME/.hostkey

[hostlist]
HTTPPORT = 31000
OPTIONS = -p

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

[transport]
PORT = 31002
UNIXPATH = /tmp/gnunet-chat-p1-service-transport.sock
PLUGINS = tcp
#BINARY = /home/grothoff/bin/gnunet-service-transport
#PREFIX = valgrind

[transport-tcp]
PORT = 31003

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

[core]
PORT = 31005
UNIXPATH = /tmp/gnunet-chat-p1-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 = 31006
UNIXPATH = /tmp/gnunet-chat-p1-service-peerinfo.sock
HOSTNAME = localhost

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

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

[testing]
WEAKRANDOM = YES

[fs]
AUTOSTART = NO

[datastore]
AUTOSTART = NO

[dht]
AUTOSTART = NO

[mesh]
AUTOSTART = NO
[nat]
DISABLEV6 = YES
BINDTO = 127.0.0.1
ENABLE_UPNP = NO
BEHIND_NAT = NO
ALLOW_NAT = NO
INTERNAL_ADDRESS = 127.0.0.1
EXTERNAL_ADDRESS = 127.0.0.1

[dns]
AUTOSTART = NO



[nse]
AUTOSTART = NO