docs: typo for ATHENS_DOWNLOAD_MODE custom (#1605)

This commit is contained in:
Bradley
2020-04-20 14:26:58 +01:00
committed by GitHub
parent 05438234ed
commit df9728ecd5
+1 -1
View File
@@ -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.