aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api_data_postgres.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-08-25 19:10:18 +0000
committerChristian Grothoff <christian@grothoff.org>2010-08-25 19:10:18 +0000
commit9aa22137e2427e1f44c7fca2f30005ba8b22195d (patch)
tree29ce98471d30a686c101ffff10b3461f7044491c /src/datastore/test_datastore_api_data_postgres.conf
parent073be523fd1121b2bb4cd2f77f3098b0c98c1738 (diff)
downloadgnunet-9aa22137e2427e1f44c7fca2f30005ba8b22195d.tar.gz
gnunet-9aa22137e2427e1f44c7fca2f30005ba8b22195d.zip
postgres hackery
Diffstat (limited to 'src/datastore/test_datastore_api_data_postgres.conf')
-rw-r--r--src/datastore/test_datastore_api_data_postgres.conf55
1 files changed, 55 insertions, 0 deletions
diff --git a/src/datastore/test_datastore_api_data_postgres.conf b/src/datastore/test_datastore_api_data_postgres.conf
new file mode 100644
index 000000000..23eb02f97
--- /dev/null
+++ b/src/datastore/test_datastore_api_data_postgres.conf
@@ -0,0 +1,55 @@
1[PATHS]
2SERVICEHOME = /tmp/test-gnunet-datastore-postgres/
3
4[arm]
5DEFAULTSERVICES =
6PORT = 42466
7HOSTNAME = localhost
8
9[resolver]
10PORT = 42464
11HOSTNAME = localhost
12
13[datastore]
14PORT = 22654
15HOSTNAME = localhost
16HOME = $SERVICEHOME
17CONFIG = $DEFAULTCONFIG
18BINARY = gnunet-service-datastore
19ACCEPT_FROM = 127.0.0.1;
20ACCEPT_FROM6 = ::1;
21QUOTA = 10000000
22BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
23DATABASE = postgres
24DISABLE_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
35PREFIX = valgrind --tool=memcheck --leak-check=yes
36BINARY = gnunet-service-datastore
37
38[datastore-postgres]
39CONFIG = dbname=gnunetcheck
40# USER =
41# PASSWORD =
42# HOST =
43# PORT =
44
45[statistics]
46PORT = 22667
47HOSTNAME = localhost
48
49[testing]
50WEAKRANDOM = YES
51
52[dht]
53AUTOSTART = NO
54
55