aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/datastore/datastore.conf.in')
-rw-r--r--src/datastore/datastore.conf.in32
1 files changed, 0 insertions, 32 deletions
diff --git a/src/datastore/datastore.conf.in b/src/datastore/datastore.conf.in
deleted file mode 100644
index 21d24bb52..000000000
--- a/src/datastore/datastore.conf.in
+++ /dev/null
@@ -1,32 +0,0 @@
1[datastore]
2START_ON_DEMAND = @START_ON_DEMAND@
3UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-datastore.sock
4UNIX_MATCH_UID = NO
5UNIX_MATCH_GID = YES
6@UNIXONLY@ PORT = 2093
7HOSTNAME = localhost
8BINARY = gnunet-service-datastore
9ACCEPT_FROM = 127.0.0.1;
10ACCEPT_FROM6 = ::1;
11QUOTA = 5 GB
12BLOOMFILTER = $GNUNET_DATA_HOME/datastore/bloomfilter
13DATABASE = sqlite
14# DISABLE_SOCKET_FORWARDING = NO
15
16[datastore-sqlite]
17FILENAME = $GNUNET_DATA_HOME/datastore/sqlite.db
18
19[datastore-postgres]
20CONFIG = postgres:///gnunet
21
22[datastore-mysql]
23DATABASE = gnunet
24CONFIG = ~/.my.cnf
25# USER = gnunet
26# PASSWORD =
27# HOST = localhost
28# PORT = 3306
29
30
31[datastore-heap]
32HASHMAPSIZE = 1024