Service.Sigmodule type TEMPLATE_SERVICE = sig ... endmodule type TEMPLATE_REPO = sig ... endmodule type CONFIG_PROVIDER_SMTP = sig ... endRead the configurations from environment variables and set sane defaults.
module type CONFIG_PROVIDER_SENDGRID = sig ... endmodule type SERVICE = sig ... end