indentation
[oweals/gnunet.git] / src / datastore / test_datastore_api_data_postgres.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunet-datastore-postgres/
3
4 [arm]
5 DEFAULTSERVICES = 
6 PORT = 42466
7 HOSTNAME = localhost
8
9 [resolver]
10 PORT = 42464
11 HOSTNAME = localhost
12
13 [datastore]
14 PORT = 22654
15 HOSTNAME = localhost
16 HOME = $SERVICEHOME
17 CONFIG = $DEFAULTCONFIG
18 BINARY = gnunet-service-datastore
19 ACCEPT_FROM = 127.0.0.1;
20 ACCEPT_FROM6 = ::1;
21 QUOTA = 10000000
22 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
23 DATABASE = postgres
24 # USERNAME = 
25 # MAXBUF =
26 # TIMEOUT =
27 # DISABLEV6 =
28 # BINDTO =
29 # REJECT_FROM =
30 # REJECT_FROM6 =
31 # PREFIX =
32 # DEBUG = YES
33 # PREFIX = xterm -T datastore -e gdb --args
34 # PREFIX = valgrind --tool=memcheck --leak-check=yes
35 BINARY = gnunet-service-datastore
36
37 [datastore-postgres]
38 CONFIG = dbname=gnunetcheck
39
40 [statistics]
41 PORT = 22667
42 HOSTNAME = localhost
43
44 [testing]
45 WEAKRANDOM = YES
46
47 [dht]
48 AUTOSTART = NO
49
50
51
52 [fs]
53 AUTOSTART = NO
54 [dns]
55 AUTOSTART = NO
56
57
58
59 [nse]
60 AUTOSTART = NO
61
62