aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_quota_compliance_http_peer1.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_quota_compliance_http_peer1.conf')
-rw-r--r--src/transport/test_quota_compliance_http_peer1.conf108
1 files changed, 108 insertions, 0 deletions
diff --git a/src/transport/test_quota_compliance_http_peer1.conf b/src/transport/test_quota_compliance_http_peer1.conf
new file mode 100644
index 000000000..190410d91
--- /dev/null
+++ b/src/transport/test_quota_compliance_http_peer1.conf
@@ -0,0 +1,108 @@
1[PATHS]
2SERVICEHOME = /tmp/test_quota_compliance_peer1/
3DEFAULTCONFIG = test_quota_compliance_http_peer1.conf
4
5[fs]
6AUTOSTART = NO
7
8[datastore]
9AUTOSTART = NO
10
11[hostlist]
12HTTP-PROXY =
13SERVERS = http://gnunet.org:8080/
14OPTIONS = -b
15BINARY = gnunet-daemon-hostlist
16CONFIG = $DEFAULTCONFIG
17HOME = $SERVICEHOME
18HOSTNAME = localhost
19HTTPPORT = 8080
20
21[topology]
22BINARY = gnunet-daemon-topology
23CONFIG = $DEFAULTCONFIG
24FRIENDS = $SERVICEHOME/friends
25TARGET-CONNECTION-COUNT = 16
26AUTOCONNECT = YES
27FRIENDS-ONLY = NO
28MINIMUM-FRIENDS = 0
29
30[core]
31AUTOSTART = NO
32
33[transport-http]
34PORT = 4389
35DEBUG = NO
36USE_IPv4 = YES
37USE_IPv6 = NO
38BINDTO4 = 127.0.0.1
39#BINDTO6 = ::1
40
41[transport]
42plugins = http
43#DEBUG = YES
44PREFIX =
45ACCEPT_FROM6 = ::1;
46ACCEPT_FROM = 127.0.0.1;
47NEIGHBOUR_LIMIT = 50
48BINARY = gnunet-service-transport
49CONFIG = $DEFAULTCONFIG
50HOME = $SERVICEHOME
51HOSTNAME = localhost
52PORT = 4091
53UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_transport_peer1.sock
54
55[peerinfo]
56TRUST = $SERVICEHOME/data/credit/
57HOSTS = $SERVICEHOME/data/hosts/
58ACCEPT_FROM6 = ::1;
59ACCEPT_FROM = 127.0.0.1;
60BINARY = gnunet-service-peerinfo
61CONFIG = $DEFAULTCONFIG
62HOME = $SERVICEHOME
63HOSTNAME = localhost
64PORT = 4090
65UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_peerinfo_peer1.sock
66
67[resolver]
68ACCEPT_FROM6 = ::1;
69ACCEPT_FROM = 127.0.0.1;
70BINARY = gnunet-service-resolver
71CONFIG = $DEFAULTCONFIG
72HOME = $SERVICEHOME
73HOSTNAME = localhost
74PORT = 4089
75UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_resolver_peer1.sock
76
77[statistics]
78ACCEPT_FROM6 = ::1;
79ACCEPT_FROM = 127.0.0.1;
80BINARY = gnunet-service-statistics
81CONFIG = $DEFAULTCONFIG
82HOME = $SERVICEHOME
83HOSTNAME = localhost
84PORT = 4088
85UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_statistics_peer1.sock
86
87[arm]
88DEFAULTSERVICES =
89ACCEPT_FROM6 = ::1;
90ACCEPT_FROM = 127.0.0.1;
91BINARY = gnunet-service-arm
92CONFIG = $DEFAULTCONFIG
93HOME = $SERVICEHOME
94HOSTNAME = localhost
95PORT = 4087
96UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_arm_peer1.sock
97
98[TESTING]
99WEAKRANDOM = YES
100
101[gnunetd]
102HOSTKEY = $SERVICEHOME/.hostkey
103
104
105[dht]
106AUTOSTART = NO
107
108