Artemis
Artemis copied to clipboard
Extract config into YAML
Extends #371
As config.py is getting more robust, I would like to see extracting config values into YAML file, so it would be a lot easier to edit proposed values, eg. NUCLEI_TEMPLATES_TO_SKIP
. It would also reduce LOC in config.py and make it a lot cleaner to read through, without need to access documentation.