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