aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-25 22:36:56 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-25 22:36:56 +0000
commitee0de607e52152c03a865559422dad4faacad53d (patch)
tree1a0c4beb6e5c311c4200dc736325485543ac944f /src/namestore/test_namestore_api.conf
parentf5f5d0877b5598ff90ff9ebeaa5fa63da929f132 (diff)
downloadgnunet-ee0de607e52152c03a865559422dad4faacad53d.tar.gz
gnunet-ee0de607e52152c03a865559422dad4faacad53d.zip
trying to fix #2458, largely works
Diffstat (limited to 'src/namestore/test_namestore_api.conf')
-rw-r--r--src/namestore/test_namestore_api.conf13
1 files changed, 3 insertions, 10 deletions
diff --git a/src/namestore/test_namestore_api.conf b/src/namestore/test_namestore_api.conf
index 33e07a45c..697c9ef51 100644
--- a/src/namestore/test_namestore_api.conf
+++ b/src/namestore/test_namestore_api.conf
@@ -16,20 +16,13 @@ CONFIG = $DEFAULTCONFIG
16BINARY = gnunet-service-namestore 16BINARY = gnunet-service-namestore
17ACCEPT_FROM = 127.0.0.1; 17ACCEPT_FROM = 127.0.0.1;
18ACCEPT_FROM6 = ::1; 18ACCEPT_FROM6 = ::1;
19DATABASE = sqlite 19DATABASE = postgres
20ZONEFILE_DIRECTORY = zonefiles 20ZONEFILE_DIRECTORY = zonefiles
21 21
22[namestore-sqlite] 22[namestore-sqlite]
23FILENAME = $SERVICEHOME/namestore/sqlite_test.db 23FILENAME = $SERVICEHOME/namestore/sqlite_test.db
24 24
25[namestore-postgres] 25[namestore-postgres]
26CONFIG = connect_timeout=10; dbname=gnunet 26CONFIG = connect_timeout=10; dbname=gnunetcheck
27 27TEMPORARY_TABLE = YES
28[namestore-mysql]
29DATABASE = gnunet
30CONFIG = ~/.my.cnf
31# USER = gnunet
32# PASSWORD =
33# HOST = localhost
34# PORT = 3306
35 28