aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/namestore.conf.in')
-rw-r--r--src/namestore/namestore.conf.in50
1 files changed, 0 insertions, 50 deletions
diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in
deleted file mode 100644
index a9c928c66..000000000
--- a/src/namestore/namestore.conf.in
+++ /dev/null
@@ -1,50 +0,0 @@
1[namestore]
2START_ON_DEMAND = @START_ON_DEMAND@
3RUN_PER_USER = YES
4UNIXPATH = $GNUNET_USER_RUNTIME_DIR/gnunet-service-namestore.sock
5UNIX_MATCH_UID = NO
6UNIX_MATCH_GID = YES
7@UNIXONLY@ PORT = 2099
8HOSTNAME = localhost
9BINARY = gnunet-service-namestore
10ACCEPT_FROM = 127.0.0.1;
11ACCEPT_FROM6 = ::1;
12
13# Which database should we use?
14DATABASE = sqlite
15
16# Should we optimize publishing record by caching the mapping
17# from zone private keys to zone public keys in memory?
18# (Set to NO if totally paranoid about keeping private keys
19# in RAM longer than necessary.)
20CACHE_KEYS = YES
21
22
23[namestore-sqlite]
24FILENAME = $GNUNET_DATA_HOME/namestore/sqlite.db
25
26[namestore-heap]
27FILENAME = $GNUNET_DATA_HOME/namestore/heap.db
28
29
30[namestore-postgres]
31# How to connect to the database
32CONFIG = postgres:///gnunet
33# Use temporary tables
34TEMPORARY_TABLE = NO
35# Use asynchronous commit (SET synchronous_commit TO OFF).
36ASYNC_COMMIT = NO
37
38[uri]
39gns = gnunet-namestore -e 1a -u
40
41
42[fcfsd]
43# Name of the fcfs registration service binary (for ARM)
44BINARY = gnunet-namestore-fcfsd
45START_ON_DEMAND = NO
46UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-fcfsd.sock
47RELATIVE_RECORD_EXPIRATION = 7 d
48
49# On what port does the FCFS daemon listen for HTTP clients?
50HTTPPORT = 18080