Parameters
Signature
Sourceval register_config : Configuration__.Config_core.t -> unit Sourceval is_testing : unit -> bool Sourceval is_production : unit -> bool Sourceval read_string_default : default:string -> string -> string Sourceval read_string_opt : string -> string option Sourceval read_string : ?default:string -> string -> string Sourceval read_int_opt : string -> int option Sourceval read_int : ?default:int -> string -> int Sourceval read_bool_opt : string -> bool option Sourceval read_bool : ?default:bool -> string -> bool