mirror of
https://github.com/internetee/registry.git
synced 2025-07-12 14:08:17 +02:00
Merge branch 'registry-430' into registry-475
This commit is contained in:
commit
5fdc1938af
8 changed files with 207 additions and 59 deletions
|
@ -18,11 +18,6 @@ api_log_development:
|
|||
<<: *default
|
||||
database: registry_api_log_development
|
||||
|
||||
registrant_write_development:
|
||||
<<: *default
|
||||
database: registry_development
|
||||
|
||||
|
||||
test:
|
||||
<<: *default
|
||||
database: registry_test
|
||||
|
@ -34,8 +29,3 @@ whois_test:
|
|||
api_log_test:
|
||||
<<: *default
|
||||
database: registry_api_log_test
|
||||
|
||||
registrant_write_test:
|
||||
<<: *default
|
||||
database: registry_test
|
||||
|
||||
|
|
|
@ -25,14 +25,6 @@ staging:
|
|||
username: registrant_read_only
|
||||
password: registrant_read_only_pwd
|
||||
|
||||
registrant_write_staging:
|
||||
<<: *default
|
||||
database: registry_development # registry real database
|
||||
host: localhost
|
||||
username: registrant_write # user should have write access only to registrant_verifications table
|
||||
password: registrant_write_pwd
|
||||
|
||||
|
||||
#
|
||||
# Production config for Registrant
|
||||
#
|
||||
|
@ -43,10 +35,3 @@ production:
|
|||
host: localhost # registry production mirror location
|
||||
username: registrant_read_only
|
||||
password: registrant_read_only_pwd
|
||||
|
||||
registrant_write_production:
|
||||
<<: *default
|
||||
database: registry_production # registry production database name
|
||||
host: localhost # registry database location
|
||||
username: registrant_write # user should have write access only to registrant_verifications table
|
||||
password: registrant_write_pwd
|
||||
|
|
|
@ -18,11 +18,6 @@ api_log_test:
|
|||
<<: *default
|
||||
database: registry_api_log_test
|
||||
|
||||
registrant_write_test:
|
||||
<<: *default
|
||||
database: registry_test
|
||||
|
||||
# only for testing assets
|
||||
production:
|
||||
<<: *default
|
||||
database: registry_test
|
||||
|
@ -34,7 +29,3 @@ whois_test:
|
|||
api_log_test:
|
||||
<<: *default
|
||||
database: registry_api_log_test
|
||||
|
||||
registrant_write_test:
|
||||
<<: *default
|
||||
database: registry_test
|
||||
|
|
|
@ -17,7 +17,3 @@ whois_test:
|
|||
api_log_test:
|
||||
<<: *default
|
||||
database: registry_api_log_test
|
||||
|
||||
registrant_write_test:
|
||||
<<: *default
|
||||
database: registry_test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue