aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-05-12 15:04:39 +0000
committerChristian Grothoff <christian@grothoff.org>2010-05-12 15:04:39 +0000
commit09da840246c79b3f0e4ae9e8c50216a2304bc9c6 (patch)
tree611e455dca11d94f33d736baee4b71bb9c69e235
parent710cc8aaa4e716c0d2ff801c8c87511657352dba (diff)
downloadgnunet-09da840246c79b3f0e4ae9e8c50216a2304bc9c6.tar.gz
gnunet-09da840246c79b3f0e4ae9e8c50216a2304bc9c6.zip
fix defaultserv
-rw-r--r--src/transport/test_plugin_transport_data_http.conf4
-rw-r--r--src/transport/test_transport_api_data.conf2
2 files changed, 3 insertions, 3 deletions
diff --git a/src/transport/test_plugin_transport_data_http.conf b/src/transport/test_plugin_transport_data_http.conf
index c5c30fc7c..13cc00388 100644
--- a/src/transport/test_plugin_transport_data_http.conf
+++ b/src/transport/test_plugin_transport_data_http.conf
@@ -16,11 +16,11 @@ HOSTNAME = localhost
16PORT = 12367 16PORT = 12367
17 17
18[arm] 18[arm]
19DEFAULTSERVICES = resolver transport core statistics topology hostlist 19DEFAULTSERVICES = topology hostlist
20ACCEPT_FROM6 = ::1; 20ACCEPT_FROM6 = ::1;
21ACCEPT_FROM = 127.0.0.1; 21ACCEPT_FROM = 127.0.0.1;
22BINARY = gnunet-service-arm 22BINARY = gnunet-service-arm
23CONFIG = $DEFAULTCONFIG 23CONFIG = $DEFAULTCONFIG
24HOME = $SERVICEHOME 24HOME = $SERVICEHOME
25HOSTNAME = localhost 25HOSTNAME = localhost
26PORT = 12366 \ No newline at end of file 26PORT = 12366
diff --git a/src/transport/test_transport_api_data.conf b/src/transport/test_transport_api_data.conf
index 4e0c409cb..bf9173cb0 100644
--- a/src/transport/test_transport_api_data.conf
+++ b/src/transport/test_transport_api_data.conf
@@ -103,7 +103,7 @@ HOSTNAME = localhost
103PORT = 2088 103PORT = 2088
104 104
105[arm] 105[arm]
106DEFAULTSERVICES = resolver transport core 106DEFAULTSERVICES =
107ACCEPT_FROM6 = ::1; 107ACCEPT_FROM6 = ::1;
108ACCEPT_FROM = 127.0.0.1; 108ACCEPT_FROM = 127.0.0.1;
109BINARY = gnunet-service-arm 109BINARY = gnunet-service-arm