1
0
Fork 0

fix: Consul Catalog address documentation.

This commit is contained in:
Ludovic Fernandez 2020-10-19 10:28:03 +02:00 committed by GitHub
parent 2e8d99c5b8
commit 04c07227f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -66,7 +66,7 @@ type EndpointConfig struct {
// SetDefaults sets the default values.
func (c *EndpointConfig) SetDefaults() {
c.Address = "http://127.0.0.1:8500"
c.Address = "127.0.0.1:8500"
}
// EndpointHTTPAuthConfig holds configurations of the authentication.