mirror of
https://github.com/internetee/registry.git
synced 2025-05-16 09:27:19 +02:00
19 lines
293 B
YAML
19 lines
293 B
YAML
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
|