lib/generators/trusty_cms/templates/database.yml.erb in trusty-cms-2.0.12 vs lib/generators/trusty_cms/templates/database.yml.erb in trusty-cms-2.0.13

- old
+ new

@@ -2,27 +2,27 @@ # This is only an example configuration. Please see the Rails # documentation for more details. # development: - adapter: mysql + adapter: mysql2 database: <%= project_name%>_blank_dev username: password: host: localhost test: &TEST - adapter: mysql + adapter: mysql2 database: <%= project_name%>_blank_test username: password: host: production: - adapter: mysql + adapter: mysql2 database: <%= project_name%>_blank_live username: password: socket: /tmp/mysql.sock cucumber: - <<: *TEST \ No newline at end of file + <<: *TEST