Module Configuration.ServiceSource

module Sig : sig ... end

Use the configuration service to read configuration from various sources like environment variables, .env files or some key-value store. Configurations are typically required by services. An example would be a email service that needs SMTP credentials.