summaryrefslogtreecommitdiff
path: root/config/database.yml.docker
blob: 6df3d448a14f2bab3dc7829dc2b0a144f5a8d48c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
default: &default
  adapter: postgresql
  encoding: unicode
  pool: 5
  username: postgres
  password:
  host: db

development:
  <<: *default
  database: development

test:
  <<: *default
  database: test