rougail-output-doc/tests/results/test_namespace/00_6port.adoc

39 lines
1.2 KiB
Text
Raw Normal View History

== Rougail
====
**🛈 Informations**
2025-10-02 08:38:43 +02:00
**rougail** +
2025-10-02 08:38:43 +02:00
`basic`
====
2025-10-02 08:38:43 +02:00
[cols="1a,1a"]
|====
2024-11-15 08:13:45 +01:00
| Variable | Description
| **rougail.variable1** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[port]` `basic` `mandatory` | A port variable. +
2025-02-10 09:52:12 +01:00
**Validators**:
* well-known ports (1 to 1023) are allowed
* registred ports (1024 to 49151) are allowed
* private ports (greater than 49152) are allowed
| **rougail.variable2** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[port]` `standard` `mandatory` | A port variable with default value. +
2025-02-10 09:52:12 +01:00
**Validators**:
* well-known ports (1 to 1023) are allowed
* registred ports (1024 to 49151) are allowed
* private ports (greater than 49152) are allowed
2025-02-10 09:52:12 +01:00
2024-11-15 08:13:45 +01:00
**Default**: 8080
| **rougail.variable3** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[port]` `standard` `mandatory` | A port variable with integer default value. +
2025-02-10 09:52:12 +01:00
**Validators**:
* well-known ports (1 to 1023) are allowed
* registred ports (1024 to 49151) are allowed
* private ports (greater than 49152) are allowed
2025-02-10 09:52:12 +01:00
2024-11-15 08:13:45 +01:00
**Default**: 8080
|====