aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/test_namestore_api.conf
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2012-02-21 11:05:50 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2012-02-21 11:05:50 +0000
commit6efad6059c8d41a2d6ad0d74c4804eb27baa0295 (patch)
treeb23241af06bb9c9ed4f8dfb11522b15a0abb9fd8 /src/namestore/test_namestore_api.conf
parent2be63d6e73aa46ed4271cf0cc7e6499c64bfade2 (diff)
downloadgnunet-6efad6059c8d41a2d6ad0d74c4804eb27baa0295.tar.gz
gnunet-6efad6059c8d41a2d6ad0d74c4804eb27baa0295.zip
- adding namestore api test
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