package env_config

  1. Overview
  2. Docs

The default configuration is loaded from a file on disk.

module type Blocking = sig ... end

The default path, and loading function are computed synchronously

module type Blocking_overridable = sig ... end
module type Async = sig ... end

The default path, and loading function are computed asynchronously

module type Async_overridable = sig ... end