mirror of
https://github.com/internetee/registry.git
synced 2025-08-05 17:28:18 +02:00
Updated robot setup
This commit is contained in:
parent
527bc2a0dc
commit
1e38c0f7d7
3 changed files with 23 additions and 16 deletions
19
config/database-robot.yml
Normal file
19
config/database-robot.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
default: &default
|
||||
host: localhost
|
||||
adapter: postgresql
|
||||
encoding: unicode
|
||||
pool: 5
|
||||
username: test1
|
||||
password: test
|
||||
|
||||
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