aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/test_datastore_api_data_postgres.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-14 12:40:08 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-14 12:40:08 +0000
commite04b3d81b8fafd6df42755db513d3cc68433d5b1 (patch)
tree688196c8c7f743448097ff9848e001c6c4287a3c /src/datastore/test_datastore_api_data_postgres.conf
parent0b0a88fe9ad47382a1d41f7311f1c26478ded84f (diff)
downloadgnunet-e04b3d81b8fafd6df42755db513d3cc68433d5b1.tar.gz
gnunet-e04b3d81b8fafd6df42755db513d3cc68433d5b1.zip
simplifying configs
Diffstat (limited to 'src/datastore/test_datastore_api_data_postgres.conf')
-rw-r--r--src/datastore/test_datastore_api_data_postgres.conf53
1 files changed, 9 insertions, 44 deletions
diff --git a/src/datastore/test_datastore_api_data_postgres.conf b/src/datastore/test_datastore_api_data_postgres.conf
index 20fa06760..c806ab5be 100644
--- a/src/datastore/test_datastore_api_data_postgres.conf
+++ b/src/datastore/test_datastore_api_data_postgres.conf
@@ -1,63 +1,28 @@
1@INLINE@ test_defaults.conf
1[PATHS] 2[PATHS]
2SERVICEHOME = /tmp/test-gnunet-datastore-postgres/ 3SERVICEHOME = /tmp/test-gnunet-datastore-postgres/
4DEFAULTCONFIG = test_datastore_api_data_postgres.conf
5
6[TESTING]
7WEAKRANDOM = YES
3 8
4[arm] 9[arm]
5DEFAULTSERVICES =
6PORT = 42466 10PORT = 42466
7HOSTNAME = localhost 11DEFAULTSERVICES =
12
13[statistics]
14PORT = 22667
8 15
9[resolver] 16[resolver]
10PORT = 42464 17PORT = 42464
11HOSTNAME = localhost
12 18
13[datastore] 19[datastore]
14PORT = 22654
15HOSTNAME = localhost
16HOME = $SERVICEHOME
17CONFIG = $DEFAULTCONFIG
18BINARY = gnunet-service-datastore
19ACCEPT_FROM = 127.0.0.1;
20ACCEPT_FROM6 = ::1;
21QUOTA = 10000000 20QUOTA = 10000000
22BLOOMFILTER = $SERVICEHOME/fs/bloomfilter
23DATABASE = postgres 21DATABASE = 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
35BINARY = gnunet-service-datastore
36 22
37[datastore-postgres] 23[datastore-postgres]
38CONFIG = dbname=gnunetcheck 24CONFIG = dbname=gnunetcheck
39 25
40[statistics]
41PORT = 22667
42HOSTNAME = localhost
43
44[testing]
45WEAKRANDOM = YES
46
47[dht]
48AUTOSTART = NO
49
50[mesh]
51AUTOSTART = NO
52
53[fs] 26[fs]
54AUTOSTART = NO 27AUTOSTART = NO
55[dns]
56AUTOSTART = NO
57
58
59
60[nse]
61AUTOSTART = NO
62
63 28