aboutsummaryrefslogtreecommitdiff
path: root/src/integration-tests/confs/test_defaults.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/integration-tests/confs/test_defaults.conf')
-rw-r--r--src/integration-tests/confs/test_defaults.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/integration-tests/confs/test_defaults.conf b/src/integration-tests/confs/test_defaults.conf
index b1f3c33be..eb9722915 100644
--- a/src/integration-tests/confs/test_defaults.conf
+++ b/src/integration-tests/confs/test_defaults.conf
@@ -5,7 +5,7 @@ DEFAULTSERVICES = topology hostlist fs
5AUTOSTART = NO 5AUTOSTART = NO
6 6
7[dns] 7[dns]
8UNIXPATH = /tmp/test-service-dns-47 8UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-dns-47
9PORT = 0 9PORT = 0
10ACCEPT_FROM = 127.0.0.1; 10ACCEPT_FROM = 127.0.0.1;
11ACCEPT_FROM6 = ::1; 11ACCEPT_FROM6 = ::1;
@@ -24,7 +24,7 @@ ATS_MIN_INTERVAL = 15000
24ATS_EXEC_INTERVAL = 30000 24ATS_EXEC_INTERVAL = 30000
25 25
26[mesh] 26[mesh]
27UNIXPATH = /tmp/test-service-mesh-55 27UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-mesh-55
28PORT = 20070 28PORT = 20070
29 29
30[datastore] 30[datastore]
@@ -67,14 +67,14 @@ USE_LOCALADDR = YES
67SERVERS = 67SERVERS =
68 68
69[vpn] 69[vpn]
70UNIXPATH = /tmp/gnunet-service-vpn-57 70UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-vpn-57
71PORT = 0 71PORT = 0
72 72
73[peerinfo] 73[peerinfo]
74USE_INCLUDED_HELLOS = NO 74USE_INCLUDED_HELLOS = NO
75 75
76[statistics] 76[statistics]
77UNIXPATH = /tmp/test-service-statistics-44 77UNIXPATH = $GNUNET_RUNTIME_DIR/test-service-statistics-44
78PORT = 20055 78PORT = 20055
79 79
80[template] 80[template]