summaryrefslogtreecommitdiff
path: root/rvh/config/database.yml
blob: ba21ec5b1f8e3396ded12621066a4421803621dc (plain)
1
2
3
4
5
6
7
8
9
10
default: &default
  adapter: postgresql
  encoding: unicode
  pool: <%= ENV.fetch("RAILS_MAX_THREADS") { 5 } %>
  timeout: 5000
  host: <%= "#{Dir.pwd}/../tmp/sockets" %>

development:
  <<: *default
  database: rvh_development