Emmanuel Garette
a19761febe
Proxy configuration =================== Add a single "host" variable --- env_proxy: host: proxy.example.net
25 lines
1.7 KiB
Markdown
25 lines
1.7 KiB
Markdown
---
|
|
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
|
|
```
|