1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 12:13:32 +00:00
This commit is contained in:
deadc0de6
2022-09-03 14:50:09 +02:00
parent 1de3a29f1c
commit 6a263be0d8
2 changed files with 9 additions and 1 deletions

View File

@@ -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