-getting rid of silly, stupid, useless, often wrong DEFAULTCONFIG setting
[oweals/gnunet.git] / src / namestore / test_namestore_api.conf
1 [arm]
2 PORT = 12000
3 DEFAULTSERVICES = namestore
4 UNIXPATH = /tmp/gnunet-p1-service-arm.sock
5
6 [namestore]
7 #PREFIX = valgrind --leak-check=full --track-origins=yes 
8 AUTOSTART = YES
9 UNIXPATH = /tmp/gnunet-service-namestore.sock
10 UNIX_MATCH_UID = YES
11 UNIX_MATCH_GID = YES
12 PORT = 2099
13 HOSTNAME = localhost
14 HOME = $SERVICEHOME
15 BINARY = gnunet-service-namestore
16 ACCEPT_FROM = 127.0.0.1;
17 ACCEPT_FROM6 = ::1;
18 DATABASE = sqlite
19 ZONEFILE_DIRECTORY = zonefiles
20
21 [namestore-sqlite]
22 FILENAME = $SERVICEHOME/namestore/sqlite_test.db
23
24 [namestore-postgres]
25 CONFIG = connect_timeout=10; dbname=gnunetcheck
26 TEMPORARY_TABLE = YES
27