28 lines
2.8 KiB
Bash
28 lines
2.8 KiB
Bash
┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||
┃ [1mVariables[0m ┃
|
||
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||
|
||
|
||
|
||
|
||
[1m [0m[1mVariable [0m[1m [0m [1m [0m[1mDescription [0m[1m [0m
|
||
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
|
||
[1mvariable1[0m
|
||
[1;36;40mport[0m [1;36;40mbasic[0m [1;36;40mmandatory[0m A port variable.
|
||
[1mValidators[0m:
|
||
|
||
|
||
[1;33m • [0mports 1 to 1023 are allowed
|
||
[1;33m • [0mports 1024 to 49151 are allowed
|
||
[1;33m • [0mports greater than 49152 are allowed
|
||
[1;33m [0m| | [1mvariable2[0m [1;36;40mport[0m [1;36;40mstandard[0m [1;36;40mmandatory[0m
|
||
[1;33m [0m| A port variable with default value. [1mValidators[0m:
|
||
[1;33m • [0mports 1 to 1023 are allowed
|
||
[1;33m • [0mports 1024 to 49151 are allowed
|
||
[1;33m • [0mports greater than 49152 are allowed [1mDefault[0m: 8080
|
||
[1;33m [0m| | [1mvariable3[0m [1;36;40mport[0m [1;36;40mstandard[0m [1;36;40mmandatory[0m
|
||
[1;33m [0m| A port variable with integer default value. [1mValidators[0m:
|
||
[1;33m • [0mports 1 to 1023 are allowed
|
||
[1;33m • [0mports 1024 to 49151 are allowed
|
||
[1;33m • [0mports greater than 49152 are allowed [1mDefault[0m: 8080
|
||
[1;33m [0m|
|