- moved timeout handling responsibility from for nat tests from caller to the library
[oweals/gnunet.git] / src / namecache / test_namecache_api.conf
1 [PATHS]
2 GNUNET_TEST_HOME = /tmp/test-gnunet-namecache/
3
4 [arm]
5 PORT = 12000
6 DEFAULTSERVICES = namecache
7
8 [namecache]
9 #PREFIX = valgrind
10 AUTOSTART = YES
11 DATABASE = sqlite
12
13 [namecache-sqlite]
14 FILENAME = $GNUNET_TEST_HOME/namecache/sqlite_test.db
15
16 [namecache-postgres]
17 CONFIG = connect_timeout=10; dbname=gnunetcheck
18 TEMPORARY_TABLE = YES
19