aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/test_namestore_api.conf')
-rw-r--r--src/namestore/test_namestore_api.conf30
1 files changed, 30 insertions, 0 deletions
diff --git a/src/namestore/test_namestore_api.conf b/src/namestore/test_namestore_api.conf
new file mode 100644
index 000000000..c73a15498
--- /dev/null
+++ b/src/namestore/test_namestore_api.conf
@@ -0,0 +1,30 @@
1[namestore]
2AUTOSTART = YES
3UNIXPATH = /tmp/gnunet-service-namestore.sock
4UNIX_MATCH_UID = YES
5UNIX_MATCH_GID = YES
6# 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