Module Service.Sig

module type TEMPLATE_SERVICE = sig ... end
module type TEMPLATE_REPO = sig ... end
module type CONFIG_PROVIDER_SMTP = sig ... end

Read the configurations from environment variables and set sane defaults.

module type CONFIG_PROVIDER_SENDGRID = sig ... end
module type SERVICE = sig ... end