rougail-output-doc/tests/results/test_examples_comment/00_6port.md

15 lines
361 B
Markdown
Raw Normal View History

# Example with mandatory variables not filled in
```yaml
---
variable1: '111' # A port variable
```
# Example with all variables modifiable
```yaml
---
variable1: '111' # A port variable
variable2: '8080' # A port variable with default value
variable3: '8080' # A port variable with integer default value
```