aboutsummaryrefslogtreecommitdiff
path: root/src/util/test_service_data.conf
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-06 19:00:22 +0000
committerNils Gillmann <ng0@n0.is>2018-05-06 19:00:22 +0000
commit9fbda6db66bf8dc074de6c8792f369801e4e5999 (patch)
tree75185b338ec67cfce7c355970b2114d7a6ba86e5 /src/util/test_service_data.conf
parent5f627ce1a78f662d928fa6c73a90342d8bff5cf3 (diff)
downloadgnunet-9fbda6db66bf8dc074de6c8792f369801e4e5999.tar.gz
gnunet-9fbda6db66bf8dc074de6c8792f369801e4e5999.zip
Switch to $GNUNET_TMP in all configuration files.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'src/util/test_service_data.conf')
-rw-r--r--src/util/test_service_data.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/test_service_data.conf b/src/util/test_service_data.conf
index c04626b5b..975d5a1e3 100644
--- a/src/util/test_service_data.conf
+++ b/src/util/test_service_data.conf
@@ -1,7 +1,7 @@
1[test_service] 1[test_service]
2PORT=12435 2PORT=12435
3BINDTO=localhost 3BINDTO=localhost
4PIDFILE=/tmp/test-service.pid 4PIDFILE=$GNUNET_TMP/test-service.pid
5MAXBUF=1024 5MAXBUF=1024
6DISABLEV6=NO 6DISABLEV6=NO
7ACCEPT_FROM=127.0.0.1; 7ACCEPT_FROM=127.0.0.1;
@@ -12,7 +12,7 @@ HOSTNAME=localhost
12 12
13[test_service6] 13[test_service6]
14PORT=12435 14PORT=12435
15PIDFILE=/tmp/test-service.pid 15PIDFILE=$GNUNET_TMP/test-service.pid
16TIMEOUT=30 s 16TIMEOUT=30 s
17MAXBUF=1024 17MAXBUF=1024
18DISABLEV6=NO 18DISABLEV6=NO