backend::config::app

Function load_env_file

source
fn load_env_file() -> Result<(), Box<dyn Error>>
Expand description

Load the .env file. A missing file does not result in an error.

ยงErrors

  • If the .env file is present, but there was an error loading it.