package env_config

  1. Overview
  2. Docs
module type S = sig ... end
module type Overridable = sig ... end
module Load_from_disk : sig ... end

The default configuration is loaded from a file on disk.

module Embedded_in_library : sig ... end

The default configuration is computed, or embedded in the library