database.yml 350 Bytes
sqlite:
  :adapter: sqlite
  :dbfile: crypto_test.sqlite.db
sqlite3:
  :adapter: sqlite3
  :dbfile: crypto_test.sqlite3.db
postgresql:
  :adapter: postgresql
  :username: postgres
  :password: postgres
  :database: crypto_test
  :min_messages: ERROR
mysql:
  :adapter: mysql
  :host: localhost
  :username: rails
  :password:
  :database: crypto_test