aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api.conf
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-26 11:47:56 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-26 11:47:56 +0000
commit48405ba26ff5d5ebd1e5b0e817181fd88c082185 (patch)
tree38afeff91f481dbd3c3c0283c72b87e2b3962d35 /src/namestore/test_namestore_api.conf
parentebe667b87b0917221ca331b8d6c3fbf88a56959a (diff)
downloadgnunet-48405ba26ff5d5ebd1e5b0e817181fd88c082185.tar.gz
gnunet-48405ba26ff5d5ebd1e5b0e817181fd88c082185.zip
-use sqlite
Diffstat (limited to 'src/namestore/test_namestore_api.conf')
-rw-r--r--src/namestore/test_namestore_api.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/test_namestore_api.conf b/src/namestore/test_namestore_api.conf
index 697c9ef51..bcbbca91a 100644
--- a/src/namestore/test_namestore_api.conf
+++ b/src/namestore/test_namestore_api.conf
@@ -16,7 +16,7 @@ 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 = postgres 19DATABASE = sqlite
20ZONEFILE_DIRECTORY = zonefiles 20ZONEFILE_DIRECTORY = zonefiles
21 21
22[namestore-sqlite] 22[namestore-sqlite]