aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api.conf
blob: bcbbca91a7eae17081423cbd9be9f8d6a20678a3 (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
[arm]
PORT = 12000
DEFAULTSERVICES = namestore
UNIXPATH = /tmp/gnunet-p1-service-arm.sock

[namestore]
#PREFIX = valgrind --leak-check=full --track-origins=yes 
AUTOSTART = YES
UNIXPATH = /tmp/gnunet-service-namestore.sock
UNIX_MATCH_UID = YES
UNIX_MATCH_GID = YES
PORT = 2099
HOSTNAME = localhost
HOME = $SERVICEHOME
CONFIG = $DEFAULTCONFIG
BINARY = gnunet-service-namestore
ACCEPT_FROM = 127.0.0.1;
ACCEPT_FROM6 = ::1;
DATABASE = sqlite
ZONEFILE_DIRECTORY = zonefiles

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

[namestore-postgres]
CONFIG = connect_timeout=10; dbname=gnunetcheck
TEMPORARY_TABLE = YES