style
[oweals/gnunet.git] / src / transport / test_quota_compliance_tcp_peer1.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test_quota_compliance_peer1/
3 DEFAULTCONFIG = test_quota_compliance_tcp_peer1.conf
4
5 [fs]
6 AUTOSTART = NO
7
8 [datastore]
9 AUTOSTART = NO
10
11 [hostlist]
12 HTTP-PROXY = 
13 SERVERS = http://gnunet.org:8080/
14 OPTIONS = -b
15 BINARY = gnunet-daemon-hostlist
16 CONFIG = $DEFAULTCONFIG
17 HOME = $SERVICEHOME
18 HOSTNAME = localhost
19 HTTPPORT = 8080
20
21 [topology]
22 BINARY = gnunet-daemon-topology
23 CONFIG = $DEFAULTCONFIG
24 FRIENDS = $SERVICEHOME/friends
25 TARGET-CONNECTION-COUNT = 16
26 AUTOCONNECT = YES
27 FRIENDS-ONLY = NO
28 MINIMUM-FRIENDS = 0
29
30 [core]
31 AUTOSTART = NO
32
33 [transport-udp]
34 PORT = 4094
35
36 [transport-tcp]
37 TIMEOUT = 300000
38 PORT = 4094
39 BINDTO = 127.0.0.1
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 = 4091
53 UNIXPATH = /tmp/test_quota_compliance_tcp_transport_peer1.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 = 4090
65 UNIXPATH = /tmp/test_quota_compliance_tcp_peerinfo_peer1.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 = 4089
75 UNIXPATH = /tmp/test_quota_compliance_tcp_resolver_peer1.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 = 4088
85 UNIXPATH = /tmp/test_quota_compliance_tcp_statistics_peer1.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 = 4087
96 UNIXPATH = /tmp/test_quota_compliance_tcp_arm_peer1.sock
97
98 [TESTING]
99 WEAKRANDOM = YES
100
101 [gnunetd]
102 HOSTKEY = $SERVICEHOME/.hostkey
103
104
105 [dht]
106 AUTOSTART = NO
107
108