You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/internal/cmd/config/testdata/TestLoad/MultiFile/01-worker.hcl

16 lines
310 B

# Copyright (c) HashiCorp, Inc.
# SPDX-License-Identifier: BUSL-1.1
worker {
name = "worker0"
description = "A worker"
address = "boundary"
initial_upstreams = ["boundary:9201"]
}
listener "tcp" {
address = "boundary"
purpose = "proxy"
tls_disable = true
}