Skip to main content

CONFIG_PATHS

Constant CONFIG_PATHS 

Source
pub const CONFIG_PATHS: [&str; 2];
Expand description

Default paths to search for the configuration file if not specified by the user either through a command-line argument or environment variable. The paths are appended with CONFIG_FILE to form the full path to the configuration file. Paths are searched in order, and the first file found is used.