1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DOCS: Added Gitbook filenames to JSON code snippets. (#2119)

This commit is contained in:
Jeffrey Cafferata
2023-03-02 22:17:27 +01:00
committed by GitHub
parent 4b37906049
commit 93c77ebe34
46 changed files with 166 additions and 29 deletions

View File

@@ -5,6 +5,7 @@ along with your [`authToken` and optionally an `ownerAccountId`](https://www.hos
Example:
{% code title="creds.json" %}
```json
{
"hosting.de": {
@@ -13,6 +14,7 @@ Example:
}
}
```
{% endcode %}
## Usage
@@ -36,6 +38,7 @@ Using them requires setting the `baseURL` and (optionally) overriding the defaul
An example `creds.json` configuration:
{% code title="creds.json" %}
```json
{
"http.net": {
@@ -45,6 +48,7 @@ An example `creds.json` configuration:
}
}
```
{% endcode %}
An example `dnsconfig.js` configuration: