Sha256: 11c2e5c4f3a1bd09c0cafd8c61854357c3f00b76f07736bf5e2a4d03efa8f452

Contents?: true

Size: 596 Bytes

Versions: 3

Compression:

Stored size: 596 Bytes

Contents

base: &base
  adapter: mysql2
  encoding: utf8
  collation: utf8_general_ci
  database: fae_dummy
  username: root
  password:
  host: localhost

development:
  <<: *base

test:
  <<: *base
  database: <%= ENV['MYSQL_DATABASE'] || 'fae_dummy_test' %>
  username: <%= ENV['MYSQL_USER'] || 'root' %>
  password: <%= ENV['MYSQL_PASSWORD'] %>


remote_development:
  <<: *base
  database: fae_dev
  username: fae
  password: sh45&rEDnap

stage:
  <<: *base
  database: fae_stage
  username: fae
  password: sh45&rEDnap

production:
  <<: *base
  database: fae
  username: fae
  password: sh45&rEDnap

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fae-rails-1.6.0 spec/dummy/config/database.yml
fae-rails-1.5.1 spec/dummy/config/database.yml
fae-rails-1.5.0 spec/dummy/config/database.yml