(no commit message)
[oweals/gnunet.git] / src / transport / test_quota_compliance_http_peer2.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test_quota_compliance_peer2
3 DEFAULTCONFIG = test_quota_compliance_http_peer2.conf
4
5 [transport-http]
6 PORT = 3010
7 DEBUG = NO
8 USE_IPv4 = YES
9 USE_IPv6 = NO
10 BINDTO4 = 127.0.0.1
11 #BINDTO6 = ::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 PORT = 3011
43 UNIXPATH = /tmp/test_quota_compliance_http_transport_peer2.sock
44 plugins = http
45 #DEBUG = YES
46 PREFIX = 
47 ACCEPT_FROM6 = ::1;
48 ACCEPT_FROM = 127.0.0.1;
49 NEIGHBOUR_LIMIT = 50
50 BINARY = gnunet-service-transport
51 CONFIG = $DEFAULTCONFIG
52 HOME = $SERVICEHOME
53 HOSTNAME = localhost
54
55 [peerinfo]
56 PORT = 3012
57 UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer2.sock
58 TRUST = $SERVICEHOME/data/credit/
59 HOSTS = $SERVICEHOME/data/hosts/
60 ACCEPT_FROM6 = ::1;
61 ACCEPT_FROM = 127.0.0.1;
62 BINARY = gnunet-service-peerinfo
63 CONFIG = $DEFAULTCONFIG
64 HOME = $SERVICEHOME
65 HOSTNAME = localhost
66
67 [resolver]
68 PORT = 3013
69 UNIXPATH = /tmp/test_quota_compliance_http_resolver_peer2.sock
70 ACCEPT_FROM6 = ::1;
71 ACCEPT_FROM = 127.0.0.1;
72 BINARY = gnunet-service-resolver
73 CONFIG = $DEFAULTCONFIG
74 HOME = $SERVICEHOME
75 HOSTNAME = localhost
76
77 [statistics]
78 PORT = 3014
79 UNIXPATH = /tmp/test_quota_compliance_http_statistics_peer2.sock
80 ACCEPT_FROM6 = ::1;
81 ACCEPT_FROM = 127.0.0.1;
82 BINARY = gnunet-service-statistics
83 CONFIG = $DEFAULTCONFIG
84 HOME = $SERVICEHOME
85 HOSTNAME = localhost
86
87 [arm]
88 PORT = 3015
89 UNIXPATH = /tmp/test_quota_compliance_http_arm_peer2.sock
90 DEFAULTSERVICES = 
91 ACCEPT_FROM6 = ::1;
92 ACCEPT_FROM = 127.0.0.1;
93 BINARY = gnunet-service-arm
94 CONFIG = $DEFAULTCONFIG
95 HOME = $SERVICEHOME
96 HOSTNAME = localhost
97
98 [TESTING]
99 WEAKRANDOM = YES
100
101 [gnunetd]
102 HOSTKEY = $SERVICEHOME/.hostkey
103
104
105 [dht]
106 AUTOSTART = NO
107
108