From df9728ecd597a51d2cf6f88155d57311fa2a36a5 Mon Sep 17 00:00:00 2001 From: Bradley Date: Mon, 20 Apr 2020 14:26:58 +0100 Subject: [PATCH] docs: typo for ATHENS_DOWNLOAD_MODE custom (#1605) --- docs/content/configuration/download.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/configuration/download.md b/docs/content/configuration/download.md index 6bb28f21..69cf2e36 100644 --- a/docs/content/configuration/download.md +++ b/docs/content/configuration/download.md @@ -18,7 +18,7 @@ This document will outline how to use this file - called the download mode file First, once you've created your download mode file, you tell Athens to use it by setting the `DownloadMode` configuration parameter in the `config.toml` file, or setting the `ATHENS_DOWNLOAD_MODE` environment variable. You can set this configuration value to one of two values to tell Athens to use your file: 1. Set its value to `file:$FILE_PATH`, where `$FILE_PATH` is the path to the HCL file -2. Set its value to `custom$BASE_64` where `$BASE_64` is the base64 encoded HCL file +2. Set its value to `custom:$BASE_64` where `$BASE_64` is the base64 encoded HCL file >Instead of one of the above two values, you can set this configuration to `sync`, `async`, `none`, `redirect`, or `async_redirect`. If you do, the download mode will be set globally rather than for specific sub-groups of modules. See below for what each of these values mean.