package env_config

  1. Overview
  2. Docs

Module Configuration.Load_from_diskSource

The default configuration is loaded from a file on disk.

Sourcemodule type Blocking = sig ... end

The default path, and loading function are computed synchronously

Sourcemodule type Blocking_overridable = sig ... end
Sourcemodule type Async = sig ... end

The default path, and loading function are computed asynchronously

Sourcemodule type Async_overridable = sig ... end