Module Flexmasa.Environment_configuration

Global configuration from environment variables and such.

val default : unit -> t
type 'a state = < env_config : t.. > as 'a
val prefix : < env_config : t.. > -> Internal_pervasives.string
val varname : string -> 'a var -> string
val init : < manpager : Internal_pervasives.Manpage_builder.State.t.. > -> t -> unit
val get_var_from_environment : < env_config : t.. > -> (t -> 'a var) -> 'b
val default_cors_origin : < env_config : t.. > -> Internal_pervasives.string Internal_pervasives.option
val better_call_dev_base_url : < env_config : t.. > -> Internal_pervasives.string
val default_events_level : < env_config : t.. > -> Internal_pervasives.string Internal_pervasives.option