aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/test_psycstore.conf
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-09-03 22:33:21 +0000
committerGabor X Toth <*@tg-x.net>2013-09-03 22:33:21 +0000
commiteb9556bf2983ca19a5cbcf7cf460a0b2509b290a (patch)
tree285d31e951f7ecf9308b22257adcadd5b07d80ea /src/psycstore/test_psycstore.conf
parent37bafa60a6f0e447cb5b61547404f0902fa7ad41 (diff)
downloadgnunet-eb9556bf2983ca19a5cbcf7cf460a0b2509b290a.tar.gz
gnunet-eb9556bf2983ca19a5cbcf7cf460a0b2509b290a.zip
PSYCstore SQLite backend; API fixes/enhancements
Diffstat (limited to 'src/psycstore/test_psycstore.conf')
-rw-r--r--src/psycstore/test_psycstore.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/psycstore/test_psycstore.conf b/src/psycstore/test_psycstore.conf
index 1f6d279ab..ea3031524 100644
--- a/src/psycstore/test_psycstore.conf
+++ b/src/psycstore/test_psycstore.conf
@@ -3,4 +3,13 @@ DEFAULTSERVICES = psycstore
3UNIXPATH = /tmp/test-psycstore-service-arm.sock 3UNIXPATH = /tmp/test-psycstore-service-arm.sock
4 4
5[psycstore] 5[psycstore]
6DBFILE = /tmp/test-psycstore-service.sqlite 6AUTOSTART = YES
7HOME = $SERVICEHOME
8BINARY = gnunet-service-psycstore
9UNIXPATH = /tmp/test-gnunet-service-psycstore.sock
10UNIX_MATCH_UID = NO
11UNIX_MATCH_GID = YES
12DATABASE = sqlite
13
14[psycstore-sqlite]
15FILENAME = $SERVICEHOME/psycstore/sqlite_test.db