-more debug messages
[oweals/gnunet.git] / src / namestore / namestore.conf.in
1 [namestore]
2 AUTOSTART = YES
3 UNIXPATH = /tmp/gnunet-service-namestore.sock
4 UNIX_MATCH_UID = YES
5 UNIX_MATCH_GID = YES
6 @UNIXONLY@ PORT = 2099
7 HOSTNAME = localhost
8 HOME = $SERVICEHOME
9 CONFIG = $DEFAULTCONFIG
10 BINARY = gnunet-service-namestore
11 ACCEPT_FROM = 127.0.0.1;
12 ACCEPT_FROM6 = ::1;
13 DATABASE = sqlite
14 ZONEFILE_DIRECTORY = $SERVICEHOME/namestore/zonefiles
15
16 [namestore-sqlite]
17 FILENAME = $SERVICEHOME/namestore/sqlite.db
18
19 [namestore-postgres]
20 CONFIG = connect_timeout=10; dbname=gnunet
21 TEMPORARY_TABLE = NO
22