aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore.conf.in
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-02-20 18:25:35 +0000
committerChristian Grothoff <christian@grothoff.org>2012-02-20 18:25:35 +0000
commit3be7c8d9183f4608aa670646053dc73666276e38 (patch)
tree96651b83ce8459b99bb3242c6ee05479ff6daa18 /src/namestore/namestore.conf.in
parentb67d58d180d846fd25dc1e7133345af05317db61 (diff)
downloadgnunet-3be7c8d9183f4608aa670646053dc73666276e38.tar.gz
gnunet-3be7c8d9183f4608aa670646053dc73666276e38.zip
-adding namestore directory:
Diffstat (limited to 'src/namestore/namestore.conf.in')
-rw-r--r--src/namestore/namestore.conf.in30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/namestore/namestore.conf.in b/src/namestore/namestore.conf.in
new file mode 100644
index 000000000..c9b9984e9
--- /dev/null
+++ b/src/namestore/namestore.conf.in
@@ -0,0 +1,30 @@
1[namestore]
2AUTOSTART = YES
3UNIXPATH = /tmp/gnunet-service-namestore.sock
4UNIX_MATCH_UID = YES
5UNIX_MATCH_GID = YES
6@UNIXONLY@ PORT = 2099
7HOSTNAME = localhost
8HOME = $SERVICEHOME
9CONFIG = $DEFAULTCONFIG
10BINARY = gnunet-service-namestore
11ACCEPT_FROM = 127.0.0.1;
12ACCEPT_FROM6 = ::1;
13DATABASE = sqlite
14
15[namestore-sqlite]
16FILENAME = $SERVICEHOME/namestore/sqlite.db
17
18[namestore-postgres]
19CONFIG = connect_timeout=10; dbname=gnunet
20
21[namestore-mysql]
22DATABASE = gnunet
23CONFIG = ~/.my.cnf
24# USER = gnunet
25# PASSWORD =
26# HOST = localhost
27# PORT = 3306
28
29
30