(no commit message)
[oweals/gnunet.git] / src / transport / test_quota_compliance_http_peer1.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test_quota_compliance_peer1/
3 DEFAULTCONFIG = test_quota_compliance_http_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-http]
34 PORT = 4010
35 DEBUG = NO
36 USE_IPv4 = YES
37 USE_IPv6 = NO
38 BINDTO4 = 127.0.0.1
39 #BINDTO6 = ::1
40
41 [transport]
42 PORT = 4011
43 UNIXPATH = /tmp/test_quota_compliance_http_transport_peer1.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 = 4012
57 UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer1.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 = 4013
69 UNIXPATH = /tmp/test_quota_compliance_http_resolver_peer1.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 = 4014
79 UNIXPATH = /tmp/test_quota_compliance_http_statistics_peer1.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 = 4015
89 UNIXPATH = /tmp/test_quota_compliance_http_arm_peer1.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