Sha256: ee26c4561748ce01fb5a5e929f311cbb81b1597e9d3b2a4e3c52b81939b7f791

Contents?: true

Size: 500 Bytes

Versions: 3

Compression:

Stored size: 500 Bytes

Contents

development:
  adapter: mysql
  database: rails_development
  host: localhost
  username: root
  password: 

# Warning: The database defined as 'test' will be erased and
# re-generated from your development database when you run 'rake'.
# Do not set this db to the same as development or production.
test:
  adapter: mysql
  database: rails_test
  host: localhost
  username: root
  password:

production:
  adapter: mysql
  database: rails_production
  host: localhost
  username: root
  password: 

Version data entries

3 entries across 3 versions & 2 rubygems

Version Path
feedreader-0.2.3 config/database.yml
rails-0.13.0 configs/database.yml
rails-0.13.1 configs/database.yml