feat: added flexible configuration system using figment

This commit is contained in:
Jef Roosens 2025-03-08 22:07:57 +01:00
parent f16cdfdfff
commit f9ffc21a3f
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
11 changed files with 227 additions and 74 deletions

View file

@ -14,3 +14,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* subscriptions
* episode changes
* devices
* Flexible configuration via a TOML config file, environment variables or CLI
arguments