# Typo PostgreSQL database configuration. Syntax taken from # "http://blog.bleything.net/" (Ben Bleything, June 2006). dbinfo: &dbinfo adapter: postgresql host: /home/rool/postgres/ username: rool 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: typo-devel test: <<: *dbinfo database: typo-test production: <<: *dbinfo database: typo