development:
  adapter: sqlite3
  database: db/arvados_development.sqlite3

test:
  adapter: postgresql
  encoding: utf8
  database: arvados_test
  username: arvados
  password: xxxxxxxx
  host: localhost

production:
  adapter: postgresql
  encoding: utf8
  database: arvados_production
  username: arvados
  password: xxxxxxxx
  host: localhost