mwdb-core
mwdb-core copied to clipboard
Validate configuration on application load
Feature Category
- [X] Correctness
Describe the problem
Some features require some fields to be configured. Add validation method that will check if required configuration is available e.g. if enable_rate_limit
is 1
, we need redis_url
to be set.