aboutsummaryrefslogtreecommitdiff
path: root/src/transport/test_transport_api_rel_https_peer1.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/transport/test_transport_api_rel_https_peer1.conf')
-rw-r--r--src/transport/test_transport_api_rel_https_peer1.conf123
1 files changed, 123 insertions, 0 deletions
diff --git a/src/transport/test_transport_api_rel_https_peer1.conf b/src/transport/test_transport_api_rel_https_peer1.conf
new file mode 100644
index 000000000..628a3efc5
--- /dev/null
+++ b/src/transport/test_transport_api_rel_https_peer1.conf
@@ -0,0 +1,123 @@
1[transport-http]
2PORT = 12389
3DEBUG = NO
4USE_IPv4 = YES
5USE_IPv6 = NO
6BINDTO4 = 127.0.0.1
7#BINDTO6 = ::1
8
9[transport-https]
10PORT = 32389
11#DEBUG = YES
12USE_IPv4 = YES
13USE_IPv6 = NO
14BINDTO4 = 127.0.0.1
15#BINDTO6 = ::1
16
17[fs]
18AUTOSTART = NO
19
20[datastore]
21AUTOSTART = NO
22
23[core]
24AUTOSTART = NO
25
26[hostlist]
27HTTP-PROXY =
28SERVERS = http://gnunet.org:8080/
29OPTIONS = -b
30BINARY = gnunet-daemon-hostlist
31CONFIG = $DEFAULTCONFIG
32HOME = $SERVICEHOME
33HOSTNAME = localhost
34HTTPPORT = 8080
35
36[topology]
37BINARY = gnunet-daemon-topology
38CONFIG = $DEFAULTCONFIG
39FRIENDS = $SERVICEHOME/friends
40TARGET-CONNECTION-COUNT = 16
41AUTOCONNECT = YES
42FRIENDS-ONLY = NO
43MINIMUM-FRIENDS = 0
44
45[transport]
46PLUGINS = https
47#PLUGINS = tcp http
48DEBUG = YES
49ACCEPT_FROM6 = ::1;
50ACCEPT_FROM = 127.0.0.1;
51NEIGHBOUR_LIMIT = 50
52BINARY = gnunet-service-transport
53CONFIG = $DEFAULTCONFIG
54HOME = $SERVICEHOME
55HOSTNAME = localhost
56PORT = 12365
57UNIXPATH = /tmp/gnunet-p1-service-transport.sock
58#PREFIX = xterm -T transport2 -e gdb --command=cmd --args
59#PREFIX = valgrind --leak-check=full
60#PREFIX = valgrind --tool=massif
61
62[peerinfo]
63TRUST = $SERVICEHOME/data/credit/
64HOSTS = $SERVICEHOME/data/hosts/
65ACCEPT_FROM6 = ::1;
66ACCEPT_FROM = 127.0.0.1;
67BINARY = gnunet-service-peerinfo
68CONFIG = $DEFAULTCONFIG
69HOME = $SERVICEHOME
70HOSTNAME = localhost
71PORT = 12369
72UNIXPATH = /tmp/gnunet-p1-service-peerinfo.sock
73
74[resolver]
75ACCEPT_FROM6 = ::1;
76ACCEPT_FROM = 127.0.0.1;
77BINARY = gnunet-service-resolver
78CONFIG = $DEFAULTCONFIG
79HOME = $SERVICEHOME
80HOSTNAME = localhost
81PORT = 12364
82UNIXPATH = /tmp/gnunet-p1-service-resolver.sock
83
84[statistics]
85ACCEPT_FROM6 = ::1;
86ACCEPT_FROM = 127.0.0.1;
87BINARY = gnunet-service-statistics
88CONFIG = $DEFAULTCONFIG
89HOME = $SERVICEHOME
90HOSTNAME = localhost
91PORT = 12367
92UNIXPATH = /tmp/gnunet-p1-service-statistics.sock
93
94[arm]
95DEFAULTSERVICES =
96ACCEPT_FROM6 = ::1;
97ACCEPT_FROM = 127.0.0.1;
98BINARY = gnunet-service-arm
99CONFIG = $DEFAULTCONFIG
100HOME = $SERVICEHOME
101HOSTNAME = localhost
102PORT = 12366
103UNIXPATH = /tmp/gnunet-p1-service-arm.sock
104
105[transport-tcp]
106PORT = 12399
107DEBUG = YES
108
109
110[TESTING]
111WEAKRANDOM = YES
112
113[gnunetd]
114HOSTKEY = $SERVICEHOME/.hostkey
115
116[PATHS]
117SERVICEHOME = /tmp/test-gnunetd-transport-peer-1/
118
119
120[dht]
121AUTOSTART = NO
122
123