- Notifications
You must be signed in to change notification settings - Fork 18
Closed
Labels
Description
Feature Request
Is your feature request related to a problem? Please describe.
imagesPath
currently is a single location, allow the ability to configure multiple local paths in the event images are being delivered from more than one local source.
Describe the solution you'd like
Is it possible to have different input types in yaml?
imagesPath = '/mypath' # or imagesPath = [ '/mypath', '/myotherpath' ]