pull/879/head
Sebastian Bäumlisberger 2021-10-30 16:57:55 +02:00
parent 74438ee10c
commit 4eee1e0a3c
2 changed files with 2 additions and 2 deletions

View File

@ -141,7 +141,7 @@ This optional element can be specified multiple times if necessary to specify en
### Environment File
This optional element can be specified one time to specify a file to load environment variables from. Each variable definition must be on a separate line and in the format "key=value". Empty lines an lines starting with "#" are ignored. The syntax is:
This optional element can be specified one time to specify a file to load environment variables from. Each variable definition must be on a separate line and in the format "key=value". Empty lines and lines starting with "#" are ignored. The syntax is:
```xml
<envFile>%BASE%/env.txt</env-file>

View File

@ -173,7 +173,7 @@ env:
### Environment File
This optional element can be specified one time to specify a file to load environment variables from. Each variable definition must be on a separate line and in the format "key=value". Empty lines an lines starting with "#" are ignored. The syntax is:
This optional element can be specified one time to specify a file to load environment variables from. Each variable definition must be on a separate line and in the format "key=value". Empty lines and lines starting with "#" are ignored. The syntax is:
```yaml
envFile: '%BASE%/env.txt'