summaryrefslogtreecommitdiff
path: root/config/database.yml.example
blob: 763a1a0aa4cf37d4e6e2ca919e7565b3488ef2b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
development: &default
  adapter: postgresql
  database: urkel_development
  encoding: utf8
  host: localhost
  min_messages: warning
  pool: 5
  timeout: 5000

test:
  <<: *default
  database: urkel_test