X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fnamestore%2Ftest_namestore_api.conf;h=565805921f9917250720253e2a6766ebb754a13e;hb=70466ec3c34f9a920e9e798e3169f886e9486a59;hp=c437b414a1ecb9a1328f885a9054d32ec3f5f8aa;hpb=8a2654dc49fa54ab447313935a7af72f0be367e7;p=oweals%2Fgnunet.git diff --git a/src/namestore/test_namestore_api.conf b/src/namestore/test_namestore_api.conf index c437b414a..565805921 100644 --- a/src/namestore/test_namestore_api.conf +++ b/src/namestore/test_namestore_api.conf @@ -4,7 +4,7 @@ DEFAULTSERVICES = namestore UNIXPATH = /tmp/gnunet-p1-service-arm.sock [namestore] -PREFIX = valgrind --leak-check=full +#PREFIX = valgrind --leak-check=full --track-origins=yes AUTOSTART = YES UNIXPATH = /tmp/gnunet-service-namestore.sock UNIX_MATCH_UID = YES @@ -12,23 +12,16 @@ UNIX_MATCH_GID = YES PORT = 2099 HOSTNAME = localhost HOME = $SERVICEHOME -CONFIG = $DEFAULTCONFIG BINARY = gnunet-service-namestore ACCEPT_FROM = 127.0.0.1; ACCEPT_FROM6 = ::1; DATABASE = sqlite +ZONEFILE_DIRECTORY = zonefiles [namestore-sqlite] FILENAME = $SERVICEHOME/namestore/sqlite_test.db [namestore-postgres] -CONFIG = connect_timeout=10; dbname=gnunet - -[namestore-mysql] -DATABASE = gnunet -CONFIG = ~/.my.cnf -# USER = gnunet -# PASSWORD = -# HOST = localhost -# PORT = 3306 +CONFIG = connect_timeout=10; dbname=gnunetcheck +TEMPORARY_TABLE = YES