Sha256: 5a092d0d3efe014fb1002b1a388175c466e560f7c5ad5a4a32bb4010e7ed4029

Contents?: true

Size: 540 Bytes

Versions: 3

Compression:

Stored size: 540 Bytes

Contents

development:
  adapter: mysql
  database: railscart_development
  username: railscart
  password: railscart
  host: localhost

# 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: railscart_test
  username: railscart
  password: railscart
  host: localhost

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

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
railscart-0.0.1 starter-app/config/database.yml
railscart-0.0.2 starter_app/config/database.yml
railscart-0.0.4 starter_app/config/database.yml