env_config
Env_config.Configuration
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