aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/datastore.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/datastore/datastore.conf b/src/datastore/datastore.conf
index e86c75bb6..68de15626 100644
--- a/src/datastore/datastore.conf
+++ b/src/datastore/datastore.conf
@@ -11,7 +11,7 @@ BINARY = gnunet-service-datastore
11ACCEPT_FROM = 127.0.0.1; 11ACCEPT_FROM = 127.0.0.1;
12ACCEPT_FROM6 = ::1; 12ACCEPT_FROM6 = ::1;
13QUOTA = 100 MB 13QUOTA = 100 MB
14BLOOMFILTER = $SERVICEHOME/fs/bloomfilter 14BLOOMFILTER = $SERVICEHOME/datastore/bloomfilter
15DATABASE = sqlite 15DATABASE = sqlite
16# DISABLE_SOCKET_FORWARDING = NO 16# DISABLE_SOCKET_FORWARDING = NO
17 17