blob: 7900d0375988bee2c4aa2bc5988e72554c15e168 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# wallet.conf -- Test wallet server configuration.
# $Id$
# Always test with SQLite.
$DB_DRIVER = 'SQLite';
$DB_INFO = 'wallet-db';
# Set up a file bucket.
$FILE_BUCKET = 'test-files';
1;
|