mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-07 12:13:32 +00:00
doc
This commit is contained in:
8
docs/config-variables.md
vendored
8
docs/config-variables.md
vendored
@@ -9,6 +9,14 @@ variables:
|
||||
|
||||
Variables defined in the `variables` entry are made available within the config file.
|
||||
|
||||
For example
|
||||
```yaml
|
||||
variables:
|
||||
myvar: "some value"
|
||||
home: "{{@@ env['HOME'] @@}}"
|
||||
email: "user@domain.com"
|
||||
```
|
||||
|
||||
Config variables are recursively evaluated, which means that
|
||||
a config like the below:
|
||||
```yaml
|
||||
|
||||
Reference in New Issue
Block a user