database.yml
361 Bytes
# SQLite version 3.x
# gem install sqlite3-ruby (not necessary on OS X Leopard)
development: &default
adapter: postgresql
database: pairwise_dev
pool: 5
timeout: 5000
username: pairwise
password: pairwise
port: 5434
host: 127.0.0.1
test: &test
adapter: sqlite3
database: db/test.sqlite3
production:
<<: *default
cucumber:
<<: *test