Function initialize_with_configuration

Source
pub fn initialize_with_configuration(
    configuration: &Configuration,
) -> Arc<Tracker>
Expand description

It initializes the application with the given configuration.

The configuration may be obtained from the environment (via config file or env vars).