postgres hackery
[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 DISABLE_SOCKET_FORWARDING = YES
25 # USERNAME = 
26 # MAXBUF =
27 # TIMEOUT =
28 # DISABLEV6 =
29 # BINDTO =
30 # REJECT_FROM =
31 # REJECT_FROM6 =
32 # PREFIX =
33 # DEBUG = YES
34 # PREFIX = xterm -T datastore -e gdb --args
35 PREFIX = valgrind --tool=memcheck --leak-check=yes
36 BINARY = gnunet-service-datastore
37
38 [datastore-postgres]
39 CONFIG = dbname=gnunetcheck
40 # USER =
41 # PASSWORD =
42 # HOST = 
43 # PORT = 
44
45 [statistics]
46 PORT = 22667
47 HOSTNAME = localhost
48
49 [testing]
50 WEAKRANDOM = YES
51
52 [dht]
53 AUTOSTART = NO
54
55