package env_config

  1. Overview
  2. Docs

Configurations that are loaded from a file on disk.

If the configuration cannot be parsed via Load_from_environment, and the Configuration's environment value is a file, that file will be loaded and used as the configuration.

module Blocking (Configuration : sig ... end) : sig ... end
module Blocking_overridable (Configuration : sig ... end) : sig ... end
module Async (Configuration : sig ... end) : sig ... end
module Async_overridable (Configuration : sig ... end) : sig ... end