# TrackRecord PostgreSQL database configuration. Syntax taken from # "http://blog.bleything.net/" (Ben Bleything, June 2006). dbinfo: &dbinfo adapter: postgresql host: localhost username: canvass password: set-password-here # Warning: The database defined as 'test' will be erased and # re-generated from your development database when you run 'rake'. # Do not set this db to the same as development or production. development: <<: *dbinfo database: canvass-devel test: <<: *dbinfo database: canvass-test production: <<: *dbinfo database: canvass