From 62865cf37bc6354e263630665228f5de340bc887 Mon Sep 17 00:00:00 2001 From: Andrew Starr-Bochicchio Date: Mon, 11 Feb 2019 18:24:16 -0500 Subject: [PATCH] Mention environmental variables in docs. --- .../docs/post-processors/digitalocean-import.html.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/website/source/docs/post-processors/digitalocean-import.html.md b/website/source/docs/post-processors/digitalocean-import.html.md index d4ef4c1c6..3120b2acb 100644 --- a/website/source/docs/post-processors/digitalocean-import.html.md +++ b/website/source/docs/post-processors/digitalocean-import.html.md @@ -31,11 +31,16 @@ There are some configuration options available for the post-processor. Required: - `api_token` (string) - A personal access token used to communicate with - the DigitalOcean v2 API. + the DigitalOcean v2 API. This may also be set using the + `DIGITALOCEAN_API_TOKEN` environmental variable. - `spaces_key` (string) - The access key used to communicate with Spaces. + This may also be set using the `DIGITALOCEAN_SPACES_ACCESS_KEY` + environmental variable. - `spaces_secret` (string) - The secret key used to communicate with Spaces. + This may also be set using the `DIGITALOCEAN_SPACES_SECRET_KEY` + environmental variable. - `spaces_region` (string) - The name of the region, such as `nyc3`, in which to upload the image to Spaces. @@ -56,7 +61,7 @@ Optional: - `image_description` (string) - The description to set for the resulting imported image. -- `image_distribution` (string) - The name of the distribution to set for +- `image_distribution` (string) - The name of the distribution to set for the resulting imported image. - `image_tags` (array of strings) - A list of tags to apply to the resulting