Skip to content
Snippets Groups Projects
database.yml 242 B
Newer Older
# test/database.yml
sqlite:
  adapter: sqlite3
  timeout: 500
mysql:
  adapter: mysql2
  database: geocoder_test
  username: travis
  encoding: utf8
postgres:
  adapter: postgresql
  database: geocoder_test
  username: