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