mirror of
https://github.com/internetee/registry.git
synced 2025-07-30 22:46:22 +02:00
added demo env to registry
This commit is contained in:
parent
65793fbe36
commit
ec59eb2be2
8 changed files with 119 additions and 0 deletions
|
@ -35,3 +35,10 @@ production:
|
|||
host: localhost # registry production mirror location
|
||||
username: registrant_read_only
|
||||
password: registrant_read_only_pwd
|
||||
|
||||
demo:
|
||||
<<: *default
|
||||
database: registry_demo # registry production mirror database name
|
||||
host: localhost # registry production mirror location
|
||||
username: registrant_read_only
|
||||
password: registrant_read_only_pwd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue