mirror of
https://github.com/internetee/registry.git
synced 2025-08-03 08:22:05 +02:00
Added travis database yml
This commit is contained in:
parent
fd500f4ee1
commit
76af6a8182
2 changed files with 26 additions and 2 deletions
19
config/database-travis.yml
Normal file
19
config/database-travis.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue