wip
[oweals/gnunet.git] / src / transport / test_quota_compliance_https_peer1.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test_quota_compliance_peer1/
3 DEFAULTCONFIG = test_quota_compliance_https_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-https]
34 PORT = 4001
35 #DEBUG = YES
36 USE_IPv4 = YES
37 USE_IPv6 = NO
38 BINDTO4 = 127.0.0.1
39 #BINDTO6 = ::1
40 KEY_FILE = https_key_quota_p1.key
41 CERT_FILE = https_cert_quota_p1.crt
42 CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+SHA1:+RSA:+COMP-NULL
43 #CRYPTO_INIT = NONE:+VERS-TLS1.0:+ARCFOUR-128:+MD5:+RSA:+COMP-NULL
44 #CRYPTO_INIT = PERFORMANCE
45
46
47 [transport]
48 PORT = 4002
49 UNIXPATH = /tmp/test_quota_compliance_https_transport_peer1.sock
50 plugins = https
51 #DEBUG = YES
52 PREFIX = 
53 ACCEPT_FROM6 = ::1;
54 ACCEPT_FROM = 127.0.0.1;
55 NEIGHBOUR_LIMIT = 50
56 BINARY = gnunet-service-transport
57 CONFIG = $DEFAULTCONFIG
58 HOME = $SERVICEHOME
59 HOSTNAME = localhost
60
61
62 [peerinfo]
63 PORT = 4003
64 UNIXPATH = /tmp/test_quota_compliance_https_peerinfo_peer1.sock
65 TRUST = $SERVICEHOME/data/credit/
66 HOSTS = $SERVICEHOME/data/hosts/
67 ACCEPT_FROM6 = ::1;
68 ACCEPT_FROM = 127.0.0.1;
69 BINARY = gnunet-service-peerinfo
70 CONFIG = $DEFAULTCONFIG
71 HOME = $SERVICEHOME
72 HOSTNAME = localhost
73
74
75 [resolver]
76 PORT = 4004
77 UNIXPATH = /tmp/test_quota_compliance_https_resolver_peer1.sock
78 ACCEPT_FROM6 = ::1;
79 ACCEPT_FROM = 127.0.0.1;
80 BINARY = gnunet-service-resolver
81 CONFIG = $DEFAULTCONFIG
82 HOME = $SERVICEHOME
83 HOSTNAME = localhost
84
85 [statistics]
86 PORT = 4005
87 UNIXPATH = /tmp/test_quota_compliance_https_statistics_peer1.sock
88 ACCEPT_FROM6 = ::1;
89 ACCEPT_FROM = 127.0.0.1;
90 BINARY = gnunet-service-statistics
91 CONFIG = $DEFAULTCONFIG
92 HOME = $SERVICEHOME
93 HOSTNAME = localhost
94
95 [arm]
96 PORT = 4006
97 UNIXPATH = /tmp/test_quota_compliance_https_arm_peer1.sock
98 DEFAULTSERVICES = 
99 ACCEPT_FROM6 = ::1;
100 ACCEPT_FROM = 127.0.0.1;
101 BINARY = gnunet-service-arm
102 CONFIG = $DEFAULTCONFIG
103 HOME = $SERVICEHOME
104 HOSTNAME = localhost
105
106 [TESTING]
107 WEAKRANDOM = YES
108
109 [gnunetd]
110 HOSTKEY = $SERVICEHOME/.hostkey
111
112 [dht]
113 AUTOSTART = NO