Skip to content

Commit

Permalink
tenth times a charm
Browse files Browse the repository at this point in the history
  • Loading branch information
joshk committed Jun 15, 2012
1 parent d6e41cd commit c5e8afb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/database.yml
@@ -0,0 +1,18 @@
# This is only used for standalone_migrations. In other contexts
# Travis.config.database will be used.

defaults: &defaults
adapter: postgresql
encoding: unicode
pool: 5
min_messages: warning
username: <%= ENV['USER'] %>

development:
<<: *defaults
database: travis_development

test:
<<: *defaults
database: travis_test

0 comments on commit c5e8afb

Please sign in to comment.