1604165a90ad1228ab5c00fd0cd4c4089e7f5e91
[oweals/gnunet.git] / src / datastore / test_plugin_datastore_data_postgres.conf
1 [PATHS]
2 SERVICEHOME = /tmp/test-gnunet-datastore-plugin-postgres/
3
4 [datastore]
5 PORT = 22654
6 HOSTNAME = localhost
7 HOME = $SERVICEHOME
8 CONFIG = $DEFAULTCONFIG
9 BINARY = gnunet-service-datastore
10 ACCEPT_FROM = 127.0.0.1;
11 ACCEPT_FROM6 = ::1;
12 QUOTA = 1000000
13 BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
14 DATABASE = postgres
15 # USERNAME = 
16 # MAXBUF =
17 # TIMEOUT =
18 # DISABLEV6 =
19 # BINDTO =
20 # REJECT_FROM =
21 # REJECT_FROM6 =
22 # PREFIX =
23
24
25 [dht]
26 AUTOSTART = NO
27
28 [datastore-postgres]
29 CONFIG = dbname=gnunetcheck