pub fn get_config() -> Arc<Config>
Expand description

Retrieves the environment variables and parses as the data-type specified in Config struct.

§Returns

Converts the config struct into an Arc and returns it.