We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de216a9 commit 9bb3094Copy full SHA for 9bb3094
config/ipstack.spc
@@ -4,6 +4,7 @@ connection "ipstack" {
4
# ipstack requires an API token for all requests, but offers a free tier.
5
# Sign up on the ipstack website(https://ipstack.com) to get your free
6
# token (it looks like `e0067f483763d6132d549234f8a6de22`) and set it:
7
+ # This can also be set via 'IPSTACK_TOKEN' environment variable
8
#token = "YOUR_TOKEN_HERE"
9
10
# ipstack restricts HTTPS requests to subscribers. This plugin uses HTTP by
docs/index.md
@@ -80,4 +80,5 @@ connection "ipstack" {
80
}
81
```
82
83
-
+Environment variables are also available as an alternate configuration method:
84
+* `IPSTACK_TOKEN`
0 commit comments