lib/magic_recipes/templates/postgresql.yml.erb in magic_recipes-0.0.19 vs lib/magic_recipes/templates/postgresql.yml.erb in magic_recipes-0.0.20

- old
+ new

@@ -1,8 +1,8 @@ -production: +<%= rails_env %>: adapter: postgresql encoding: unicode database: <%= postgresql_database %> - pool: 5 + pool: <%= postgresql_pool %> username: <%= postgresql_user %> password: <%= postgresql_password %> host: <%= postgresql_host %>