-never store NICKs anywhere but in '+', do not display nicks in gnunet-namestore
[oweals/gnunet.git] / src / namestore / test_namestore_api.conf
1 [PATHS]
2 GNUNET_TEST_HOME = /tmp/test-gnunet-namestore/
3
4 [arm]
5 PORT = 12000
6 DEFAULTSERVICES = namecache namestore
7
8 [namestore]
9 #PREFIX = valgrind
10 AUTOSTART = YES
11 DATABASE = sqlite
12
13 [namestore-sqlite]
14 FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db
15
16 [namestore-postgres]
17 CONFIG = connect_timeout=10; dbname=gnunetcheck
18 TEMPORARY_TABLE = YES
19