diff --git a/apiary.toml b/apiary.toml index 82e01fb..1bc1fcb 100644 --- a/apiary.toml +++ b/apiary.toml @@ -38,7 +38,7 @@ LogLevel = "INFO" # Enable access logging # Default: true AccessLogEnable = true -# Disable logging of successful requests to metrics endpoint +# Disable logging of requests to metrics endpoint # Default: false AccessLogIgnoreMetrics = false # Address and port to listen to @@ -63,32 +63,3 @@ CacheDir = "/var/apiary/certs" # Default: true RedirectHTTP = true -[Ports] -# Enable the port listener. -# Default: false -Enable = false - -# Which address to listen on. -# Default: "" (listen to all addresses) -Addr = "" - -# Which TCP ports to listen to. -# Default: [] -TCPPorts = ["25"] - -# Which UDP ports to listen to. -# Default: [] -UDPPorts = ["25"] - -[SMTP] -# Enable the port listener. -# Default: false -Enable = true - -# Which address and port to listen on. -# Default: ":25" -Addr = ":25" - -# Enable collecting prometheus metrics -# Default: false -EnableMetrics = true