Docs: redo PR 5109 (#6119)

pull/5891/head
Karen Miller 4 years ago committed by GitHub
parent c2e43dd8f5
commit 31ca108a3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/configuration/_index.md

@ -56,7 +56,7 @@ References to undefined variables are replaced by empty strings unless you speci
To specify a default value, use:
```
${VAR:default_value}
${VAR:-default_value}
```
Where default_value is the value to use if the environment variable is undefined.

Loading…
Cancel
Save