aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.conf.in
blob: 2d92f2e7b002b450f3f943af728e00b683ac1e72 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
[namestore]
AUTOSTART = YES
UNIXPATH = /tmp/gnunet-service-namestore.sock
UNIX_MATCH_UID = NO
UNIX_MATCH_GID = YES
@UNIXONLY@ PORT = 2099
HOSTNAME = localhost
HOME = $SERVICEHOME
BINARY = gnunet-service-namestore
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
DATABASE = sqlite
ZONEFILE_DIRECTORY = $SERVICEHOME/zones/

[namestore-sqlite]
FILENAME = $SERVICEHOME/namestore/sqlite.db

[namestore-postgres]
CONFIG = connect_timeout=10; dbname=gnunet
TEMPORARY_TABLE = NO

[uri]
gns = gnunet-namestore


[fcfsd]
# Name of the fcfs registration service binary (for ARM)
BINARY = gnunet-namestore-fcfsd
AUTOSTART = NO

# On what port does the FCFS daemon listen for HTTP clients?
HTTPPORT = 18080

# Where is the zone key for the FCFS zone stored?
ZONEKEY = $SERVICEHOME/fcfsd/zonekey.zkey