41670cdb196c22ed6acfedd23aebcf201be8ed07
[oweals/gnunet.git] / src / namestore / test_namestore_api.conf
1 [arm]
2 PORT = 12000
3 DEFAULTSERVICES = namestore
4
5 [namestore]
6 #PREFIX = valgrind
7 AUTOSTART = YES
8 DATABASE = sqlite
9
10 [namestore-sqlite]
11 FILENAME = $GNUNET_TEST_HOME/namestore/sqlite_test.db
12
13 [namestore-postgres]
14 CONFIG = connect_timeout=10; dbname=gnunetcheck
15 TEMPORARY_TABLE = YES
16