Sha256: c0f8fb823a48e4372127eda3b75a3a4385508375561db1b0ef85221c26df4e45

Contents?: true

Size: 354 Bytes

Versions: 9

Compression:

Stored size: 354 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 %>_production
  host: localhost
  username: root
  password:

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
mack-0.2.0 bin/templates/config/database.yml.template
mack-0.2.0.1 bin/templates/config/database.yml.template
mack-0.1.0 bin/templates/config/database.yml.template
mack-0.4.0 bin/templates/config/database.yml.template
mack-0.4.0.1 bin/templates/config/database.yml.template
mack-0.4.2.1 bin/templates/config/database.yml.template
mack-0.3.0 bin/templates/config/database.yml.template
mack-0.4.1 bin/templates/config/database.yml.template
mack-0.4.2 bin/templates/config/database.yml.template