Merge branch 'registry-430' into registry-475

This commit is contained in:
Artur Beljajev 2017-04-26 00:03:57 +03:00
commit 5fdc1938af
8 changed files with 207 additions and 59 deletions

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -17,7 +17,3 @@ whois_test:
api_log_test:
<<: *default
database: registry_api_log_test
registrant_write_test:
<<: *default
database: registry_test