Added travis database yml

This commit is contained in:
Priit Tark 2015-02-20 18:19:11 +02:00
parent fd500f4ee1
commit 76af6a8182
2 changed files with 26 additions and 2 deletions

View file

@ -0,0 +1,19 @@
default: &default
host: localhost
adapter: postgresql
encoding: unicode
pool: 5
username: postgres
password:
test:
<<: *default
database: registry_test
whois_test:
<<: *default
database: registry_whois_test
api_log_test:
<<: *default
database: registry_api_log_test