Skip to content

Commit 8938c9b

Browse files
Merge pull request #312 from SpectoLabs/develop
Added the defaults for hoverfly.tls.disable config
2 parents 68ae8f7 + 7d10511 commit 8938c9b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hoverctl/config.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,8 @@ func SetConfigurationDefaults() {
192192
viper.SetDefault("hoverfly.db.type", "memory")
193193
viper.SetDefault("hoverfly.username", "")
194194
viper.SetDefault("hoverfly.password", "")
195-
viper.SetDefault("hoverfly.webserver", "false")
195+
viper.SetDefault("hoverfly.webserver", false)
196196
viper.SetDefault("hoverfly.tls.certificate", "")
197197
viper.SetDefault("hoverfly.tls.key", "")
198+
viper.SetDefault("hoverfly.tls.disable", false)
198199
}

0 commit comments

Comments
 (0)