modify zoneimport to deal with non-TLD zones due to difference in zone cuts between...
[oweals/gnunet.git] / src / namestore / namestore.conf.in
1 [namestore]
2 AUTOSTART = @AUTOSTART@
3 USER_SERVICE = YES
4 UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-namestore.sock
5 UNIX_MATCH_UID = NO
6 UNIX_MATCH_GID = YES
7 @UNIXONLY@ PORT = 2099
8 HOSTNAME = localhost
9 BINARY = gnunet-service-namestore
10 ACCEPT_FROM = 127.0.0.1;
11 ACCEPT_FROM6 = ::1;
12 DATABASE = sqlite
13
14 [namestore-sqlite]
15 FILENAME = $GNUNET_DATA_HOME/namestore/sqlite.db
16
17 [namestore-flat]
18 FILENAME = $GNUNET_DATA_HOME/namestore/flat.db
19
20
21 [namestore-postgres]
22 # How to connect to the database
23 CONFIG = postgres:///gnunet
24 # Use temporary tables
25 TEMPORARY_TABLE = NO
26 # Use asynchronous commit (SET synchronous_commit TO OFF).
27 ASYNC_COMMIT = NO
28
29 [uri]
30 gns = gnunet-namestore
31
32
33 [fcfsd]
34 # Name of the fcfs registration service binary (for ARM)
35 BINARY = gnunet-namestore-fcfsd
36 AUTOSTART = NO
37 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-fcfsd.sock
38
39 # On what port does the FCFS daemon listen for HTTP clients?
40 HTTPPORT = 18080
41
42