mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-05 20:54:22 +08:00
Document creds.json can include env variables
This commit is contained in:
parent
203c4ffe85
commit
95fb79dfcc
1 changed files with 3 additions and 0 deletions
|
@ -125,6 +125,9 @@ jq:
|
|||
|
||||
jq < creds.json
|
||||
|
||||
FYI: `creds.json` fields can be an environment variable. The field must begin with a `$` followed by the variable name. No other text. For example:
|
||||
|
||||
"apiuser": "$GANDI_APIUSER",
|
||||
|
||||
## 5. Test the sample files.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue