From 7fdaabe7c1050e6852803e256c22ab04a3cc475d Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Tue, 12 Feb 2008 01:31:30 +0000 Subject: Add wallet server configuration for end-to-end test. --- tests/data/wallet.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/data/wallet.conf (limited to 'tests/data') 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; -- cgit v1.2.3