aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api_data_postgres.conf
blob: 8406a01e52ad23e9ff066678c72b0f5749023773 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[PATHS]
SERVICEHOME = /tmp/test-gnunet-datastore-postgres/

[arm]
DEFAULTSERVICES = 
PORT = 42466
HOSTNAME = localhost

[resolver]
PORT = 42464
HOSTNAME = localhost

[datastore]
PORT = 22654
HOSTNAME = localhost
HOME = $SERVICEHOME
CONFIG = $DEFAULTCONFIG
BINARY = gnunet-service-datastore
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
QUOTA = 10000000
BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
DATABASE = postgres
# USERNAME = 
# MAXBUF =
# TIMEOUT =
# DISABLEV6 =
# BINDTO =
# REJECT_FROM =
# REJECT_FROM6 =
# PREFIX =
# DEBUG = YES
# PREFIX = xterm -T datastore -e gdb --args
# PREFIX = valgrind --tool=memcheck --leak-check=yes
BINARY = gnunet-service-datastore

[datastore-postgres]
CONFIG = dbname=gnunetcheck

[statistics]
PORT = 22667
HOSTNAME = localhost

[testing]
WEAKRANDOM = YES

[dht]
AUTOSTART = NO



[fs]
AUTOSTART = NO