getting plugins to work again
[oweals/gnunet.git] / src / transport / test_quota_compliance_http_peer1.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-transport/quota-http-p1/
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 USE_LOCALADDR = YES
41
42 [transport]
43 PORT = 4011
44 UNIXPATH = /tmp/test_quota_compliance_http_transport_peer1.sock
45 plugins = http
46 #DEBUG = YES
47 PREFIX = 
48 ACCEPT_FROM6 = ::1;
49 ACCEPT_FROM = 127.0.0.1;
50 NEIGHBOUR_LIMIT = 50
51 BINARY = gnunet-service-transport
52 CONFIG = $DEFAULTCONFIG
53 HOME = $SERVICEHOME
54 HOSTNAME = localhost
55
56 [peerinfo]
57 PORT = 4012
58 UNIXPATH = /tmp/test_quota_compliance_http_peerinfo_peer1.sock
59 TRUST = $SERVICEHOME/data/credit/
60 HOSTS = $SERVICEHOME/data/hosts/
61 ACCEPT_FROM6 = ::1;
62 ACCEPT_FROM = 127.0.0.1;
63 BINARY = gnunet-service-peerinfo
64 CONFIG = $DEFAULTCONFIG
65 HOME = $SERVICEHOME
66 HOSTNAME = localhost
67
68 [resolver]
69 PORT = 4013
70 UNIXPATH = /tmp/test_quota_compliance_http_resolver_peer1.sock
71 ACCEPT_FROM6 = ::1;
72 ACCEPT_FROM = 127.0.0.1;
73 BINARY = gnunet-service-resolver
74 CONFIG = $DEFAULTCONFIG
75 HOME = $SERVICEHOME
76 HOSTNAME = localhost
77
78 [statistics]
79 PORT = 4014
80 UNIXPATH = /tmp/test_quota_compliance_http_statistics_peer1.sock
81 ACCEPT_FROM6 = ::1;
82 ACCEPT_FROM = 127.0.0.1;
83 BINARY = gnunet-service-statistics
84 CONFIG = $DEFAULTCONFIG
85 HOME = $SERVICEHOME
86 HOSTNAME = localhost
87
88 [arm]
89 PORT = 4015
90 UNIXPATH = /tmp/test_quota_compliance_http_arm_peer1.sock
91 DEFAULTSERVICES = 
92 ACCEPT_FROM6 = ::1;
93 ACCEPT_FROM = 127.0.0.1;
94 BINARY = gnunet-service-arm
95 CONFIG = $DEFAULTCONFIG
96 HOME = $SERVICEHOME
97 HOSTNAME = localhost
98
99 [TESTING]
100 WEAKRANDOM = YES
101
102 [gnunetd]
103 HOSTKEY = $SERVICEHOME/.hostkey
104
105
106 [dht]
107 AUTOSTART = NO
108
109 [mesh]
110 AUTOSTART = NO
111
112 [dns]
113 AUTOSTART = NO
114
115