aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/datastore.conf.in
blob: bcd495c8f7f996ac3bc06e40c4d37937f513dad8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[datastore]
START_ON_DEMAND = @START_ON_DEMAND@
UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-datastore.sock
UNIX_MATCH_UID = NO
UNIX_MATCH_GID = YES
@UNIXONLY@ PORT = 2093
HOSTNAME = localhost
BINARY = gnunet-service-datastore
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
QUOTA = 5 GB
BLOOMFILTER = $GNUNET_DATA_HOME/datastore/bloomfilter
DATABASE = sqlite
# DISABLE_SOCKET_FORWARDING = NO

[datastore-sqlite]
FILENAME = $GNUNET_DATA_HOME/datastore/sqlite.db

[datastore-postgres]
CONFIG = postgres:///gnunet
SQL_DIR = ${DATADIR}/sql/

[datastore-mysql]
DATABASE = gnunet
CONFIG = ~/.my.cnf
# USER = gnunet
# PASSWORD =
# HOST = localhost
# PORT = 3306


[datastore-heap]
HASHMAPSIZE = 1024