Function validate_vars

Source
fn validate_vars(metadata: &MetaData) -> Config
Expand description

Validates all the required environment variables with the required settings.

§Arguments

  • metadata - Struct containing metadata of the application.

§Returns

Returns the Config struct containing the required parameters.