PSYCstore service and API implementation
[oweals/gnunet.git] / src / psycstore / test_psycstore.conf
1 [arm]
2 UNIXPATH = /tmp/test-gnunet-service-arm.sock
3 DEFAULTSERVICES = psycstore
4 GLOBAL_POSTFIX = -L DEBUG
5
6 [psycstore]
7 AUTOSTART = YES
8 HOME = $SERVICEHOME
9 BINARY = gnunet-service-psycstore
10 UNIXPATH = /tmp/test-gnunet-service-psycstore.sock
11 UNIX_MATCH_UID = NO
12 UNIX_MATCH_GID = YES
13 DATABASE = sqlite
14 OPTIONS = -L DEBUG
15 DEBUG = YES
16
17 [psycstore-sqlite]
18 FILENAME = $SERVICEHOME/psycstore/sqlite_test.db