aboutsummaryrefslogtreecommitdiff
path: root/src/dht/test_dht_api_peer1.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/dht/test_dht_api_peer1.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/dht/test_dht_api_peer1.conf')
-rw-r--r--src/dht/test_dht_api_peer1.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/test_dht_api_peer1.conf b/src/dht/test_dht_api_peer1.conf
index 0b9db1f8b..b563f5096 100644
--- a/src/dht/test_dht_api_peer1.conf
+++ b/src/dht/test_dht_api_peer1.conf
@@ -21,7 +21,7 @@ TIMEOUT = 300 s
21BINDTO = 127.0.0.1 21BINDTO = 127.0.0.1
22 22
23[PATHS] 23[PATHS]
24GNUNET_TEST_HOME = /tmp/test-gnunet-dht-peer-1/ 24GNUNET_TEST_HOME = $GNUNET_TMP/test-gnunet-dht-peer-1/
25 25
26[nat] 26[nat]
27DISABLEV6 = YES 27DISABLEV6 = YES