The Config Server provides centralized, environment-aware configuration for all RevPay microservices. Instead of each service maintaining its own database URLs, JWT secrets, and service credentials, ...
This library limits itself to config files. If you want to load config from a database or something, you would need to write some custom code. The library has nice support for merging configurations ...