rougail-tutorials/doc.md

26 lines
1.7 KiB
Markdown
Raw Normal View History

---
gitea: none
include_toc: true
---
# Variables
## env_proxy
| Parameter | Comment |
|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **host**<br/>`mandatory`<br/>**Type:** [`string`](https://forge.cloud.silique.fr/stove/rougail/src/branch/main/doc/variable/README.md#le-type-de-la-variable) | |
# Example with mandatories variables
```
env_proxy:
host: xxx
```
# Example with all variables
```
env_proxy:
host: xxx
```