mirror of https://github.com/winsw/winsw
fix typo
parent
74438ee10c
commit
4eee1e0a3c
|
@ -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>
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue