diff options
author | Russ Allbery <rra@stanford.edu> | 2008-02-12 01:31:30 +0000 |
---|---|---|
committer | Russ Allbery <rra@stanford.edu> | 2008-02-12 01:31:30 +0000 |
commit | 7fdaabe7c1050e6852803e256c22ab04a3cc475d (patch) | |
tree | d7c357d499e2ea5d1446b24f249488b38529b9bb /tests/data | |
parent | fb06cf6028090d371a6ecdddba59ed2bed0ad465 (diff) |
Add wallet server configuration for end-to-end test.
Diffstat (limited to 'tests/data')
-rw-r--r-- | tests/data/wallet.conf | 11 |
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; |