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.in11
1 files changed, 9 insertions, 2 deletions
diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in
index f19ac5643..8b5e440b8 100644
--- a/src/namestore/namestore.conf.in
+++ b/src/namestore/namestore.conf.in
@@ -9,8 +9,17 @@ HOSTNAME = localhost
9BINARY = gnunet-service-namestore 9BINARY = gnunet-service-namestore
10ACCEPT_FROM = 127.0.0.1; 10ACCEPT_FROM = 127.0.0.1;
11ACCEPT_FROM6 = ::1; 11ACCEPT_FROM6 = ::1;
12
13# Which database should we use?
12DATABASE = sqlite 14DATABASE = sqlite
13 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
14[namestore-sqlite] 23[namestore-sqlite]
15FILENAME = $GNUNET_DATA_HOME/namestore/sqlite.db 24FILENAME = $GNUNET_DATA_HOME/namestore/sqlite.db
16 25
@@ -38,5 +47,3 @@ UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-fcfsd.sock
38 47
39# On what port does the FCFS daemon listen for HTTP clients? 48# On what port does the FCFS daemon listen for HTTP clients?
40HTTPPORT = 18080 49HTTPPORT = 18080
41
42