#!/usr/bin/perl # Which store are we using? store => { class => 'Store::DB::SQLite', }, # Configuration for the PostgreSQL data store. # pg => { # } # Where is the data store? sqlite => { file => 't/data/store.db', },