aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/perf_plugin_datastore_data_postgres.conf
blob: 549b7679b3586e8fd3b4c0e75e83181bfab75924 (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
34
[PATHS]
SERVICEHOME = /tmp/perf-gnunet-datastore-postgres/

[datastore]
PORT = 22654
HOSTNAME = localhost
HOME = $SERVICEHOME
CONFIG = $DEFAULTCONFIG
BINARY = gnunet-service-datastore
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
QUOTA = 1000000
BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
DATABASE = postgres
# USERNAME = 
# MAXBUF =
# TIMEOUT =
# DISABLEV6 =
# BINDTO =
# REJECT_FROM =
# REJECT_FROM6 =
# PREFIX =
# DEBUG = YES

[dht]
AUTOSTART = NO

[datastore-postgres]
CONFIG = dbname=gnunetcheck

[dns]
AUTOSTART = NO