Skip to content

Commit

Permalink
fix: env var name. Wrong prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Aug 8, 2023
1 parent 8936c6e commit ec7bd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ use torrust_tracker_configuration::{Configuration, Error};
const ENV_VAR_CONFIG: &str = "TORRUST_TRACKER_CONFIG";

/// The `config.toml` file location.
pub const ENV_VAR_CONFIG_PATH: &str = "TORRUST_IDX_BACK_CONFIG_PATH";
pub const ENV_VAR_CONFIG_PATH: &str = "TORRUST_TRACKER_CONFIG_PATH";

// Default values

Expand Down

0 comments on commit ec7bd7d

Please sign in to comment.