summaryrefslogtreecommitdiff
path: root/tests/data
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data')
-rw-r--r--tests/data/wallet.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/data/wallet.conf b/tests/data/wallet.conf
new file mode 100644
index 0000000..7900d03
--- /dev/null
+++ b/tests/data/wallet.conf
@@ -0,0 +1,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;