Merge branch 'master' of ssh://gnunet.org/gnunet
[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 CONFIG = connect_timeout=10; dbname=gnunet
23 TEMPORARY_TABLE = NO
24
25 [uri]
26 gns = gnunet-namestore
27
28
29 [fcfsd]
30 # Name of the fcfs registration service binary (for ARM)
31 BINARY = gnunet-namestore-fcfsd
32 AUTOSTART = NO
33 UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-fcfsd.sock
34
35 # On what port does the FCFS daemon listen for HTTP clients?
36 HTTPPORT = 18080
37
38