mirror of
https://github.com/internetee/registry.git
synced 2025-07-03 01:33:36 +02:00
Updated deploy, readme and database
This commit is contained in:
parent
fcc4477f68
commit
680fc90e8b
2 changed files with 12 additions and 16 deletions
|
@ -6,30 +6,26 @@ default: &default
|
|||
username: registry
|
||||
password: registry_pwd
|
||||
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
database: registry_development
|
||||
|
||||
development:
|
||||
<<: *default
|
||||
database: registry_whois_development
|
||||
|
||||
|
||||
test:
|
||||
<<: *default
|
||||
database: registry_test
|
||||
|
||||
|
||||
production:
|
||||
<<: *default
|
||||
database: registry_production
|
||||
|
||||
development_private_whois:
|
||||
production:
|
||||
<<: *default
|
||||
database: whois_private
|
||||
database: registry_whois_production
|
||||
|
||||
development_private_whois:
|
||||
<<: *default
|
||||
database: whois_public
|
||||
|
||||
production_public_whois:
|
||||
<<: *default
|
||||
database: production_whois_public
|
||||
|
||||
production_private_whois:
|
||||
<<: *default
|
||||
database: production_whois_private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue