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.conf12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/integration-tests/confs/test_defaults.conf b/src/integration-tests/confs/test_defaults.conf
index 7da40e583..b1f3c33be 100644
--- a/src/integration-tests/confs/test_defaults.conf
+++ b/src/integration-tests/confs/test_defaults.conf
@@ -30,7 +30,7 @@ PORT = 20070
30[datastore] 30[datastore]
31UNIX_MATCH_UID = YES 31UNIX_MATCH_UID = YES
32QUOTA = 100 MB 32QUOTA = 100 MB
33BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 33BLOOMFILTER = $GNUNET_TEST_HOME/fs/bloomfilter
34 34
35[dhtcache] 35[dhtcache]
36DATABASE = sqlite 36DATABASE = sqlite
@@ -47,11 +47,11 @@ INTERNAL_ADDRESS = 127.0.0.1
47BINDTO = 127.0.0.1 47BINDTO = 127.0.0.1
48 48
49[fs] 49[fs]
50INDEXDB = $SERVICEHOME/idxinfo.lst 50INDEXDB = $GNUNET_TEST_HOME/idxinfo.lst
51IDENTITY_DIR = $SERVICEHOME/identities/ 51IDENTITY_DIR = $GNUNET_TEST_HOME/identities/
52STATE_DIR = $SERVICEHOME/persistence/ 52STATE_DIR = $GNUNET_TEST_HOME/persistence/
53UPDATE_DIR = $SERVICEHOME/updates/ 53UPDATE_DIR = $GNUNET_TEST_HOME/updates/
54TRUST = $SERVICEHOME/data/credit/ 54TRUST = $GNUNET_TEST_HOME/data/credit/
55 55
56[transport] 56[transport]
57PLUGINS = tcp 57PLUGINS = tcp