(no commit message)
[oweals/gnunet.git] / src / transport / test_quota_compliance_peer1.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test_quota_compliance_peer1/
3 DEFAULTCONFIG = test_quota_compliance_peer1.conf
4
5
6
7 [fs]
8 AUTOSTART = NO
9
10 [datastore]
11 AUTOSTART = NO
12
13 [hostlist]
14 HTTP-PROXY = 
15 SERVERS = http://gnunet.org:8080/
16 OPTIONS = -b
17 BINARY = gnunet-daemon-hostlist
18 CONFIG = $DEFAULTCONFIG
19 HOME = $SERVICEHOME
20 HOSTNAME = localhost
21 HTTPPORT = 8080
22
23 [topology]
24 BINARY = gnunet-daemon-topology
25 CONFIG = $DEFAULTCONFIG
26 FRIENDS = $SERVICEHOME/friends
27 TARGET-CONNECTION-COUNT = 16
28 AUTOCONNECT = YES
29 FRIENDS-ONLY = NO
30 MINIMUM-FRIENDS = 0
31
32 [core]
33 AUTOSTART = NO
34
35 [transport-udp]
36 PORT = 4094
37
38 [transport-tcp]
39 TIMEOUT = 300000
40 PORT = 4094
41 BINDTO = 127.0.0.1
42
43 [transport]
44 plugins = tcp
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 PORT = 4091
55 UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_transport_peer1.sock
56
57 [peerinfo]
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 PORT = 4090
67 UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_peerinfo_peer1.sock
68
69 [resolver]
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 PORT = 4089
77 UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_resolver_peer1.sock
78
79 [statistics]
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 PORT = 4088
87 UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_statistics_peer1.sock
88
89 [arm]
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 PORT = 4087
98 UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_arm_peer1.sock
99
100 [TESTING]
101 WEAKRANDOM = YES
102
103 [gnunetd]
104 HOSTKEY = $SERVICEHOME/.hostkey
105
106
107 [dht]
108 AUTOSTART = NO
109
110