summaryrefslogtreecommitdiff
path: root/config/recipes/templates/postgresql.yml.erb
blob: fb9ab5df567355d182323b70d2a688893428faf5 (plain)
1
2
3
4
5
6
7
8
<%= rails_env %>:
  adapter: postgresql
  encoding: unicode
  database: <%= postgresql_database %>
  pool: 5
  username: <%= postgresql_user %>
  password: <%= postgresql_password %>
  host: <%= postgresql_host %>