Register ports object
The register ports object is required when native or develop mode applications try to register their services. Applications running in docker containers can not register services with ports.
The object is build automatically for the develop mode applications but native applications must build the object by themselves.
{ unique_name: string port: string, securePort: string }
Field | Description |
---|---|
unique_name | The unique name of the application trying to register the service. |
port | The TCP/IP port numbers the native application has allocated for the service it wants to register. |
securePort |