feat(playout): allow harbor ssl configuration
This commit is contained in:
parent
8764feded9
commit
b2fc3a5ecf
17 changed files with 248 additions and 13 deletions
|
@ -117,6 +117,7 @@ class Schema implements ConfigurationInterface
|
|||
/* */->validate()->ifString()->then($trim_leading_slash)->end()
|
||||
/* */->end()
|
||||
/* */->integerNode('port')->defaultValue(8001)->end()
|
||||
/* */->booleanNode('secure')->defaultValue(False)->end()
|
||||
/**/->end()->end()
|
||||
/**/->arrayNode('show')->addDefaultsIfNotSet()->children()
|
||||
/* */->booleanNode('enabled')->defaultTrue()->end()
|
||||
|
@ -126,6 +127,7 @@ class Schema implements ConfigurationInterface
|
|||
/* */->validate()->ifString()->then($trim_leading_slash)->end()
|
||||
/* */->end()
|
||||
/* */->integerNode('port')->defaultValue(8002)->end()
|
||||
/* */->booleanNode('secure')->defaultValue(False)->end()
|
||||
/**/->end()->end()
|
||||
->end()->end()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue