last XDG change: use GNUNET_RUNTIME_DIR instead of /tmp for UNIXPATHs by default
[oweals/gnunet.git] / src / namestore / namestore.conf.in
1 [namestore]
2 AUTOSTART = YES
3 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-namestore.sock
4 UNIX_MATCH_UID = NO
5 UNIX_MATCH_GID = YES
6 @UNIXONLY@ PORT = 2099
7 HOSTNAME = localhost
8 BINARY = gnunet-service-namestore
9 ACCEPT_FROM = 127.0.0.1;
10 ACCEPT_FROM6 = ::1;
11 DATABASE = sqlite
12
13 [namestore-sqlite]
14 FILENAME = $GNUNET_DATA_HOME/namestore/sqlite.db
15
16 [namestore-postgres]
17 CONFIG = connect_timeout=10; dbname=gnunet
18 TEMPORARY_TABLE = NO
19
20 [uri]
21 gns = gnunet-namestore
22
23
24 [fcfsd]
25 # Name of the fcfs registration service binary (for ARM)
26 BINARY = gnunet-namestore-fcfsd
27 AUTOSTART = NO
28
29 # On what port does the FCFS daemon listen for HTTP clients?
30 HTTPPORT = 18080
31
32