Better config system that does not rely on implicit configurations.
# Goals
- consistent config definition and processing across the SWH codebase
- explicit loading using environment variable(s)
- mergeable config definitions
- namespaced by distinct roles, so that one fully qualified config key can be used by different units, and a same unqualified key may exist for different roles
# Model
# Implementation
# Status
WIP, feel free to contribute