Endpoints

IPv4 and IPv6 endpoints are supported. Only HTTPS endpoints should be enabled for remote access. Use the wildcard addresses '0.0.0.0' and '[::]' to accept remote connections on all network interfaces.

General Information

Domain

TcHmiSrv

Full symbol path

TcHmiSrv.Config::ENDPOINTS

Category

Webserver

Property is hidden

No

Contained in every configuration by default

No

Schema

Type

array

Unique items

Yes

Minimum number of elements

1

Default value

[
    "http://127.0.0.1:1010",
    "https://0.0.0.0:1020"
]

JSON Schema

{
    "category": "CATEGORY_WEBSERVER",
    "default": [
        "http://127.0.0.1:1010",
        "https://0.0.0.0:1020"
    ],
    "description": "DESC_ENDPOINTS",
    "items": {
        "type": "string"
    },
    "minItems": 1,
    "propertyOrder": 2,
    "type": "array",
    "uniqueItems": true
}