Function backend::config::app::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.