mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 09:57:23 +02:00
parent
2d42bb2492
commit
75e6ec754e
1 changed files with 5 additions and 1 deletions
|
@ -3,7 +3,7 @@ default: &default
|
||||||
adapter: postgresql
|
adapter: postgresql
|
||||||
encoding: unicode
|
encoding: unicode
|
||||||
pool: 5
|
pool: 5
|
||||||
username: postgres
|
username: postgres
|
||||||
password:
|
password:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
@ -17,3 +17,7 @@ whois_test:
|
||||||
api_log_test:
|
api_log_test:
|
||||||
<<: *default
|
<<: *default
|
||||||
database: registry_api_log_test
|
database: registry_api_log_test
|
||||||
|
|
||||||
|
registrant_write_test:
|
||||||
|
<<: *default
|
||||||
|
database: registry_test
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue