Skip to content

Commit a3fcb6e

Browse files
author
rubyist
committed
Default the scheme to http so it properly displays in the mgmt interface
1 parent f476c64 commit a3fcb6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type Configuration struct {
1919
AdminPass string `config:""`
2020
Cert string `config:""`
2121
Key string `config:""`
22-
Scheme string `config:""`
22+
Scheme string `config:"http"`
2323
}
2424

2525
func (c *Configuration) IsHTTPS() bool {

0 commit comments

Comments
 (0)