development:
  adapter: postgresql
  encoding: unicode
  database: Chatting_development
  pool: 5
  username: c239
  password: password

test:
  adapter: postgresql
  encoding: unicode
  database: Chatting_test
  pool: 5
  username: c239
  password: password

production:
  adapter: postgresql
  encoding: unicode
  database: Chatting_production
  pool: 5
  username: c239
  password: password

staging:
  adapter: postgresql
  encoding: unicode
  database: Chatting_staging
  pool: 5
  username: c239
  password: password
