split up settings so tasks can be used without entire server .env
- Settings are now split up into server, mimosa, broker, so that each of the settings can be used on their own (i.e. the mimosa tasks only need the db settings)
- All logic for determining directories is delegated to blissoda (processed output)
- Migrated to pydantic v2 pydantic_settings recommended usage
Edited by Stuart Fisher