Sha256: 7aaae82c1923849dddc88c9ef93d43534a02bf5e2e68d63c9bcbcd74a3327072
Contents?: true
Size: 521 Bytes
Versions: 2
Compression:
Stored size: 521 Bytes
Contents
development: adapter: mysql database: <%= SITE %>_dev 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: <%= SITE %>_test host: localhost username: root password: production: adapter: mysql database: <%= SITE %> host: localhost username: root password:
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_product-0.6 | configs/database.yml |
rails_product-0.5 | configs/database.yml |