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