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