Skip to main content
Version: vNext (upcoming release)

Address

Summary

Address specifies the Host and Port to serve HTTP requests from. If empty, :443 is used.

Note

In all-in-one deployments, gRPC traffic will be served on loopback on port :5443.

How to configure

Config File KeyEnvironment VariableTypeDefault
addressADDRESSstring:443

Examples

address: ":8443"
ADDRESS=:8443

The address setting can also be configured by Terraform.

Feedback