selfoss icon indicating copy to clipboard operation
selfoss copied to clipboard

Validate configuration

Open jtojnar opened this issue 5 years ago • 0 comments

Configuration parameters should be assigned types and the values should be checked after the ini files are parsed.

For example, the logger_level would have the type enum Monolog\Logger::{DEBUG,INFO,NOTICE,WARNING,ERROR,CRITICAL,ALERT,EMERGENCY}

The data could also be used for generating documentations.

jtojnar avatar Oct 20 '18 13:10 jtojnar