Sha256: 9c4b098de471268fb7db4857ca54505d0d43dfa3387f4195860deb1fbbd3d58f
Contents?: true
Size: 702 Bytes
Versions: 1
Compression:
Stored size: 702 Bytes
Contents
# development: # adapter: mysql # database: <%= @options["app"].downcase %>_development # host: localhost # username: root # password: # # test: # adapter: mysql # database: <%= @options["app"].downcase %>_test # host: localhost # username: root # password: # # production: # adapter: mysql # database: <%= @options["app"].downcase %>_production # host: localhost # username: root # password: development: adapter: sqlite3 database: db/<%= @options["app"].downcase %>_development.db test: adapter: sqlite3 database: db/<%= @options["app"].downcase %>_test.db production: adapter: sqlite3 database: db/<%= @options["app"].downcase %>_production.db
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mack-0.4.7 | lib/generators/mack_application_generator/templates/config/database.yml.template |