summaryrefslogtreecommitdiff
path: root/config/database.yml.travis
blob: de8e1862e96047f2b834443bb86a60e26ebcdf2f (plain)
1
2
3
4
5
6
7
8
9
10
11
test: &test
  adapter: postgresql
  database: app_test
  encoding: unicode
  username: postgres

production:
  <<: *test

cucumber:
  <<: *test