fix(legacy): config default values are not sanitized

This commit is contained in:
jo 2022-09-06 15:37:06 +02:00 committed by Jonas L
parent ef1de34111
commit e874db24c5
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ class Schema implements ConfigurationInterface
// Storage schema
->arrayNode('storage')->addDefaultsIfNotSet()->children()
/**/->scalarNode('path')->defaultValue('/srv/libretime')
/**/->scalarNode('path')->defaultValue('/srv/libretime/')
/* */->validate()->ifString()->then($force_trailing_slash)->end()
/**/->end()
->end()->end()