Merge branch 'master' into registry-569

This commit is contained in:
Artur Beljajev 2017-09-17 22:53:44 +03:00
commit 308acad8fc
3 changed files with 0 additions and 98 deletions

View file

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