feat(api): add email configuration
This commit is contained in:
parent
001466f8fd
commit
c2c0be1fbc
9 changed files with 220 additions and 0 deletions
|
@ -65,6 +65,11 @@ class Schema implements ConfigurationInterface
|
|||
/**/->scalarNode('password')->defaultValue('libretime')->end()
|
||||
->end()->end()
|
||||
|
||||
// Email schema
|
||||
->arrayNode('email')
|
||||
/**/->ignoreExtraKeys()
|
||||
->end()
|
||||
|
||||
// Storage schema
|
||||
->arrayNode('storage')->addDefaultsIfNotSet()->children()
|
||||
/**/->scalarNode('path')->defaultValue('/srv/libretime/')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue