Skip to main content

read_env_production_keys

Function read_env_production_keys 

Source
pub fn read_env_production_keys(path: &Path) -> Result<Vec<String>>
Expand description

Read .env.production and return the list of declared keys, in order. Hard-errors when the file is missing — do:init requires it.