Sha256: 3e84a2b3fc83d6e02e66bf51846601ebe69f128a3d349ae1b195a5116ce02b48

Contents?: true

Size: 355 Bytes

Versions: 7

Compression:

Stored size: 355 Bytes

Contents

development:
  adapter: mysql
  database: <%= app.downcase %>_development
  host: localhost
  username: root
  password: 
    
test:
  adapter: mysql
  database: <%= app.downcase %>_test
  host: localhost
  username: root
  password:

production:
  adapter: mysql
  database: <%= app.downcase %>_development
  host: localhost
  username: root
  password:

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
mack-0.0.3 bin/templates/config/database.yml.template
mack-0.0.6.1 bin/templates/config/database.yml.template
mack-0.0.6.2 bin/templates/config/database.yml.template
mack-0.0.5 bin/templates/config/database.yml.template
mack-0.0.4 bin/templates/config/database.yml.template
mack-0.0.6 bin/templates/config/database.yml.template
mack-0.0.7.0 bin/templates/config/database.yml.template