»url
Stanza
Placement | app -> url |
The url
stanza configures the behavior of the URL service
for the given application. This allows for certain applications to opt-out
of the URL service, opt-in, etc.
The url
stanza is optional. If it is not specified, the default
URL settings configured with the Waypoint server will be used.
If the URL service is not enabled on the server, then the settings specified here have no effect.
app "frontend" {
build {
# ...
}
deploy {
# ...
}
release {
# ...
}
url {
auto_hostname = false
}
}
»url
Parameters
»Optional
auto_hostname
(bool: <server configuration>)
- Whether to automatically generate a hostname for the application (and deployments) with the URL service. If this is disabled, you can manually use thewaypoint hostname
CLI to manage hostnames. If this is not specified, the default setting set at the server level will be used.