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.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in
index 0ebd2586b..f19ac5643 100644
--- a/src/namestore/namestore.conf.in
+++ b/src/namestore/namestore.conf.in
@@ -19,8 +19,12 @@ FILENAME = $GNUNET_DATA_HOME/namestore/flat.db
19 19
20 20
21[namestore-postgres] 21[namestore-postgres]
22# How to connect to the database
22CONFIG = postgres:///gnunet 23CONFIG = postgres:///gnunet
24# Use temporary tables
23TEMPORARY_TABLE = NO 25TEMPORARY_TABLE = NO
26# Use asynchronous commit (SET synchronous_commit TO OFF).
27ASYNC_COMMIT = NO
24 28
25[uri] 29[uri]
26gns = gnunet-namestore 30gns = gnunet-namestore