Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
buger committed Apr 6, 2018
1 parent ac16deb commit 753d757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apidef/api_definitions.go
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ type APIDefinition struct {
ServiceDiscovery ServiceDiscoveryConfiguration `bson:"service_discovery" json:"service_discovery"`
Transport struct {
SSLCipherSuites []string `bson:"ssl_ciphers" json:"ssl_ciphers"`
SSLMinVersion uint16 `bson: "ssl_min_version" json: "ssl_min_version"`
SSLMinVersion uint16 `bson:"ssl_min_version" json:"ssl_min_version"`
} `bson:"transport" json:"transport"`
} `bson:"proxy" json:"proxy"`
DisableRateLimit bool `bson:"disable_rate_limit" json:"disable_rate_limit"`
Expand Down

0 comments on commit 753d757

Please sign in to comment.