Skip to content
Snippets Groups Projects
Commit dc5f9290 authored by Rohith's avatar Rohith
Browse files

- fixing the format on the handlers.go

- fixing the typo on the tags for yaml config
parent bd6ddd78
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ type Config struct {
// Verbose switches on debug logging
Verbose bool `json:"verbose" yaml:"verbose"`
// Hostname is a list of hostnames the service should response to
Hostnames []string `json:"hostnames" yaml:"hostname"`
Hostnames []string `json:"hostnames" yaml:"hostnames"`
}
// KeycloakProxy is the server component
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment