b2c4ea9f2ed2a7288ade27653c2042dcb4f77fba
[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_p1.key
41 CERT_FILE = https_cert_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 plugins = https
49 #DEBUG = YES
50 PREFIX = 
51 ACCEPT_FROM6 = ::1;
52 ACCEPT_FROM = 127.0.0.1;
53 NEIGHBOUR_LIMIT = 50
54 BINARY = gnunet-service-transport
55 CONFIG = $DEFAULTCONFIG
56 HOME = $SERVICEHOME
57 HOSTNAME = localhost
58 PORT = 4091
59 UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_transport_peer1.sock
60
61 [peerinfo]
62 TRUST = $SERVICEHOME/data/credit/
63 HOSTS = $SERVICEHOME/data/hosts/
64 ACCEPT_FROM6 = ::1;
65 ACCEPT_FROM = 127.0.0.1;
66 BINARY = gnunet-service-peerinfo
67 CONFIG = $DEFAULTCONFIG
68 HOME = $SERVICEHOME
69 HOSTNAME = localhost
70 PORT = 4090
71 UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_peerinfo_peer1.sock
72
73 [resolver]
74 ACCEPT_FROM6 = ::1;
75 ACCEPT_FROM = 127.0.0.1;
76 BINARY = gnunet-service-resolver
77 CONFIG = $DEFAULTCONFIG
78 HOME = $SERVICEHOME
79 HOSTNAME = localhost
80 PORT = 4089
81 UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_resolver_peer1.sock
82
83 [statistics]
84 ACCEPT_FROM6 = ::1;
85 ACCEPT_FROM = 127.0.0.1;
86 BINARY = gnunet-service-statistics
87 CONFIG = $DEFAULTCONFIG
88 HOME = $SERVICEHOME
89 HOSTNAME = localhost
90 PORT = 4088
91 UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_statistics_peer1.sock
92
93 [arm]
94 DEFAULTSERVICES = 
95 ACCEPT_FROM6 = ::1;
96 ACCEPT_FROM = 127.0.0.1;
97 BINARY = gnunet-service-arm
98 CONFIG = $DEFAULTCONFIG
99 HOME = $SERVICEHOME
100 HOSTNAME = localhost
101 PORT = 4087
102 UNIXPATH = /tmp/test_quota_compliance_peer1/test_quota_compliance_arm_peer1.sock
103
104 [TESTING]
105 WEAKRANDOM = YES
106
107 [gnunetd]
108 HOSTKEY = $SERVICEHOME/.hostkey
109
110
111 [dht]
112 AUTOSTART = NO
113
114