Skip to content

Commit

Permalink
Revert "WIP(Use Viper's setDefault method to make websockets enabled …
Browse files Browse the repository at this point in the history
…by default)"
  • Loading branch information
tvdfly committed Jun 7, 2023
1 parent cf0ad18 commit c9a74d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flyctl/flyctl.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ func initViper() {
viper.SetDefault(ConfigAPIBaseURL, "https://api.fly.io")
viper.SetDefault(ConfigFlapsBaseUrl, "https://api.machines.dev")
viper.SetDefault(ConfigRegistryHost, "registry.fly.io")
viper.SetDefault(ConfigWireGuardWebsockets, true)

viper.BindEnv(ConfigVerboseOutput, "VERBOSE")
viper.BindEnv(ConfigGQLErrorLogging, "GQLErrorLogging")
Expand Down

0 comments on commit c9a74d9

Please sign in to comment.