Sha256: 847de765b2ee0d35af134480eca5b83fc4bcaf8b0af466ffd06bea1b0e7a09bd

Contents?: true

Size: 564 Bytes

Versions: 9

Compression:

Stored size: 564 Bytes

Contents

default: &default
  username: root
  password:
  encoding: utf8
  host:     localhost
  database: ferry_test

mysql2: &mysql2
  <<: *default
  adapter: mysql2

postgresql: &postgresql
  <<: *default
  username: postgres
  adapter: postgresql
  min_messages: warning

postgresql_system_user_name: &postgresql_system_user_name
  <<: *default
  username: postgres
  password: ' '
  adapter: postgresql
  min_messages: warning

sqlite3: &sqlite3
  adapter: sqlite3
  database: test.db

oracle: &oracle
  adapter: oracle
  database: ferry_test
  user: root
  password:

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
ferry-2.0.0 spec/config/database.yml
ferry-1.3.3 spec/config/database.yml
ferry-1.3.2 spec/config/database.yml
ferry-1.3.1 spec/config/database.yml
ferry-1.3.0 spec/config/database.yml
ferry-1.2.1 spec/config/database.yml
ferry-1.2.0 spec/config/database.yml
ferry-1.1.1 spec/config/database.yml
ferry-1.1.0 spec/config/database.yml