package sihl

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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.

module type SERVICE = sig ... end