# 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;