aboutsummaryrefslogtreecommitdiff
path: root/src/psycstore/test_psycstore.conf
diff options
context:
space:
mode:
authorGabor X Toth <*@tg-x.net>2013-09-16 04:59:05 +0000
committerGabor X Toth <*@tg-x.net>2013-09-16 04:59:05 +0000
commitf78e9753a91497f1deb5e20d10868c27ab4a6013 (patch)
treef49653367e00fd4b611ec6ec281144d4568bd111 /src/psycstore/test_psycstore.conf
parentfbae7143d25a258b9dfabefa9ca3956e9228cb0e (diff)
downloadgnunet-f78e9753a91497f1deb5e20d10868c27ab4a6013.tar.gz
gnunet-f78e9753a91497f1deb5e20d10868c27ab4a6013.zip
PSYCstore service and API implementation
Diffstat (limited to 'src/psycstore/test_psycstore.conf')
-rw-r--r--src/psycstore/test_psycstore.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/psycstore/test_psycstore.conf b/src/psycstore/test_psycstore.conf
index ea3031524..4c52d1ce0 100644
--- a/src/psycstore/test_psycstore.conf
+++ b/src/psycstore/test_psycstore.conf
@@ -1,6 +1,7 @@
1[arm] 1[arm]
2UNIXPATH = /tmp/test-gnunet-service-arm.sock
2DEFAULTSERVICES = psycstore 3DEFAULTSERVICES = psycstore
3UNIXPATH = /tmp/test-psycstore-service-arm.sock 4GLOBAL_POSTFIX = -L DEBUG
4 5
5[psycstore] 6[psycstore]
6AUTOSTART = YES 7AUTOSTART = YES
@@ -10,6 +11,8 @@ UNIXPATH = /tmp/test-gnunet-service-psycstore.sock
10UNIX_MATCH_UID = NO 11UNIX_MATCH_UID = NO
11UNIX_MATCH_GID = YES 12UNIX_MATCH_GID = YES
12DATABASE = sqlite 13DATABASE = sqlite
14OPTIONS = -L DEBUG
15DEBUG = YES
13 16
14[psycstore-sqlite] 17[psycstore-sqlite]
15FILENAME = $SERVICEHOME/psycstore/sqlite_test.db 18FILENAME = $SERVICEHOME/psycstore/sqlite_test.db