You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to leverage the GoDaddy APIs, an [API key](https://developer.godaddy.com/keys/) is required. The key pair can be optionally stored in environment variables.
25
25
26
26
```bash
27
-
exportGD_KEY=abc
28
-
exportGD_SECRET=123
27
+
exportGODADDY_API_KEY=abc
28
+
exportGODADDY_API_SECRET=123
29
29
```
30
30
31
31
## Provider
32
32
33
-
If `key` and `secret` aren't provided under the `godaddy``provider`, they are expected to be exposed as environment variables: `GD_KEY` and `GD_SECRET`.
33
+
If `key` and `secret` aren't provided under the `godaddy``provider`, they are expected to be exposed as environment variables: `GODADDY_API_KEY` and `GODADDY_API_SECRET`.
0 commit comments