style
[oweals/gnunet.git] / src / transport / test_quota_compliance_tcp_peer2.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test_quota_compliance_peer2
3 DEFAULTCONFIG = test_quota_compliance_tcp_peer2.conf
4
5 [transport-udp]
6 PORT = 3094
7
8 [transport-tcp]
9 TIMEOUT = 300000
10 PORT = 3094
11 BINDTO = 127.0.0.1
12
13 [fs]
14 AUTOSTART = NO
15
16 [datastore]
17 AUTOSTART = NO
18
19 [hostlist]
20 HTTP-PROXY = 
21 SERVERS = http://gnunet.org:8080/
22 OPTIONS = -b
23 BINARY = gnunet-daemon-hostlist
24 CONFIG = $DEFAULTCONFIG
25 HOME = $SERVICEHOME
26 HOSTNAME = localhost
27 HTTPPORT = 8080
28
29 [topology]
30 BINARY = gnunet-daemon-topology
31 CONFIG = $DEFAULTCONFIG
32 FRIENDS = $SERVICEHOME/friends
33 TARGET-CONNECTION-COUNT = 16
34 AUTOCONNECT = YES
35 FRIENDS-ONLY = NO
36 MINIMUM-FRIENDS = 0
37
38 [core]
39 AUTOSTART = NO
40
41 [transport]
42 plugins = tcp
43 #DEBUG = YES
44 PREFIX = 
45 ACCEPT_FROM6 = ::1;
46 ACCEPT_FROM = 127.0.0.1;
47 NEIGHBOUR_LIMIT = 50
48 BINARY = gnunet-service-transport
49 CONFIG = $DEFAULTCONFIG
50 HOME = $SERVICEHOME
51 HOSTNAME = localhost
52 PORT = 3091
53 UNIXPATH = /tmp/test_quota_compliance_tcp_transport_peer2.sock
54
55 [peerinfo]
56 TRUST = $SERVICEHOME/data/credit/
57 HOSTS = $SERVICEHOME/data/hosts/
58 ACCEPT_FROM6 = ::1;
59 ACCEPT_FROM = 127.0.0.1;
60 BINARY = gnunet-service-peerinfo
61 CONFIG = $DEFAULTCONFIG
62 HOME = $SERVICEHOME
63 HOSTNAME = localhost
64 PORT = 3090
65 UNIXPATH = /tmp/test_quota_compliance_tcp_peerinfo_peer2.sock
66
67 [resolver]
68 ACCEPT_FROM6 = ::1;
69 ACCEPT_FROM = 127.0.0.1;
70 BINARY = gnunet-service-resolver
71 CONFIG = $DEFAULTCONFIG
72 HOME = $SERVICEHOME
73 HOSTNAME = localhost
74 PORT = 3089
75 UNIXPATH = /tmp/test_quota_compliance_tcp_resolver_peer2.sock
76
77 [statistics]
78 ACCEPT_FROM6 = ::1;
79 ACCEPT_FROM = 127.0.0.1;
80 BINARY = gnunet-service-statistics
81 CONFIG = $DEFAULTCONFIG
82 HOME = $SERVICEHOME
83 HOSTNAME = localhost
84 PORT = 3088
85 UNIXPATH = /tmp/test_quota_compliance_tcp_statistics_peer2.sock
86
87 [arm]
88 DEFAULTSERVICES = 
89 ACCEPT_FROM6 = ::1;
90 ACCEPT_FROM = 127.0.0.1;
91 BINARY = gnunet-service-arm
92 CONFIG = $DEFAULTCONFIG
93 HOME = $SERVICEHOME
94 HOSTNAME = localhost
95 PORT = 3087
96 UNIXPATH = /tmp/test_quota_compliance_tcp_arm_peer2.sock
97
98 [TESTING]
99 WEAKRANDOM = YES
100
101 [gnunetd]
102 HOSTKEY = $SERVICEHOME/.hostkey
103
104
105 [dht]
106 AUTOSTART = NO
107
108