Skip to content

Commit

Permalink
fix: use correct setting key for AllowCommands
Browse files Browse the repository at this point in the history
  • Loading branch information
tranzystorekk authored and tvrzna committed Aug 26, 2024
1 parent 1f7c4a1 commit 4046552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type config struct {
HideEnterLogin bool `config:"HIDE_ENTER_LOGIN" parser:"ParseBool" default:"false"`
HideEnterPassword bool `config:"HIDE_ENTER_PASSWORD" parser:"ParseBool" default:"false"`
AutoSelection bool `config:"AUTO_SELECTION" parser:"ParseBool" default:"false"`
AllowCommands bool `config:"IDENTIFY_ENVS" parser:"ParseBool" default:"true"`
AllowCommands bool `config:"ALLOW_COMMANDS" parser:"ParseBool" default:"true"`
DefaultSessionEnv enEnvironment `config:"DEFAULT_SESSION_ENV" parser:"ParseEnv" default:""`
AutologinSessionEnv enEnvironment `config:"AUTOLOGIN_SESSION_ENV" parser:"ParseEnv" default:""`
Logging enLogging `config:"LOGGING" parser:"ParseLogging" default:"rotate"`
Expand Down

0 comments on commit 4046552

Please sign in to comment.