6 lines
1.6 KiB
Markdown
6 lines
1.6 KiB
Markdown
| Variable | Description |
|
|
|----------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
|
|
| **<a id="variable1" name="variable1">variable1</a>**<br/>`port` `basic` `mandatory` | A port variable.<br/>**Validators**: <br/>• well-known ports (1 to 1023) are allowed<br/>• registred ports (1024 to 49151) are allowed<br/>• private ports (greater than 49152) are allowed |
|
|
| **<a id="variable2" name="variable2">variable2</a>**<br/>`port` `standard` `mandatory` | A port variable with default value.<br/>**Validators**: <br/>• well-known ports (1 to 1023) are allowed<br/>• registred ports (1024 to 49151) are allowed<br/>• private ports (greater than 49152) are allowed<br/>**Default**: 8080 |
|
|
| **<a id="variable3" name="variable3">variable3</a>**<br/>`port` `standard` `mandatory` | A port variable with integer default value.<br/>**Validators**: <br/>• well-known ports (1 to 1023) are allowed<br/>• registred ports (1024 to 49151) are allowed<br/>• private ports (greater than 49152) are allowed<br/>**Default**: 8080 |
|
|
|