mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
Document creds.json can include env variables
This commit is contained in:
@ -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.
|
||||
|
||||
|
Reference in New Issue
Block a user