# port
Defines the port on which the yc-360 script exposes its Action API service. If left at the default -1, the service will not listen on any port.
Type: int
Default: -1
Example (YAML):
options:
port: 8085
1
2
2
Example (CLI):
./yc -port 8085
1