add database.yml
This commit is contained in:
parent
d90898e75a
commit
fbd3238c6b
18
config/database.yml
Normal file
18
config/database.yml
Normal file
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user