# Application
# type
- Type:
string
- Required
type define the configurations type. Full list of support types can be found here
# base_url
- Type:
string
- Required
base_url defines the valid domain that points to the external application.
# protocol
- Type:
string
- Required
protocol defines the method for executing the request: gRPC or REST are supported.
# request
- Type:
Request
- Required
See Request references.
# tls
- Type:
bool
- Default: false
tls define if TLS connection required.
# key
- Type:
string
- Required
Key define a config identifier.
Must includes only a-b
or 0-9
or _