Skip to content

Commit

Permalink
remove unneeded errors
Browse files Browse the repository at this point in the history
  • Loading branch information
orpheuslummis committed Apr 12, 2023
1 parent 62be2aa commit 44f75ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/errors.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ const (
errLoadingConfig string = "failed to load config"
errUnableToParseByteSize string = "unable to parse byte size"
errInvalidDatastorePath string = "invalid datastore path"
errTLSPortMismatch string = "port must be 443 when TLS is enabled"
errDomainNamePortMismatch string = "when a domain name is used without TLS, the port must be 80"
errMissingPortNumber string = "missing port number"
errNoPortWithDomain string = "cannot provide port with domain name"
)
Expand Down

0 comments on commit 44f75ce

Please sign in to comment.