aboutsummaryrefslogtreecommitdiffstats
path: root/config/deploy/templates/postgresql.yml.erb
blob: 96a1b572cd78690fe3f0327e8a340a86cd16babd (plain) (blame)
1
2
3
4
5
6
7
<%= fetch :stage %>:
  adapter: postgresql
  encoding: <%= fetch :pg_encoding %>
  database: <%= fetch :pg_database %>
  pool: <%= fetch :pg_pool %>
  username: <%= fetch :pg_user %>
  password: '<%= fetch :pg_password %>'