url: "https://localhost:7070"
## StackState authentication. This type of authentication is exclusive to the `base_api`.
# username: "validUsername"
# password: "safePassword"
## HTTP basic authentication.
# username: "validUsername"
# password: "safePassword"
## HTTP basic authentication.
#username: "validUsername"
#password: "safePassword"
## HTTP basic authentication.
#username: "adminUsername"
#password: "safePassword"
## The CLI uses a client configuration to identify who is sending to the StackState instance. The client
## is used to send topology and/or telemetry to the receiver API.
## Unless the `--client` argument is passed the CLI will pick the `default` instance as configured below.
## Other clients follow the exact same configuration pattern as the default client. You may simply copy-paste its config and modify whatever is needed.
## The name of the host that is passed to StackState when sending. Leave these values unchanged
## if you have no idea what to fill here.
internal_hostname: "internal_hostname"