rotonda
rotonda copied to clipboard
Simplify configuration handling
The way configuration is handled currently is confusing at best, with built-in things, overrides in specific cases ('MVP'), and file based config looking different paths.
The idea is to simplify this to only use a single file, explicitly passed as a command line parameter. No overrides or other smart things anymore.