Skip to content

Commit

Permalink
docs: Correct feature flag name for strict env var mode (meltano#6680)
Browse files Browse the repository at this point in the history
Correct feature flag name for strict env var mode
  • Loading branch information
cjohnhanson committed Aug 29, 2022
1 parent b4fa948 commit d8dd2aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/_reference/settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -1073,9 +1073,9 @@ Snowplow collector endpoints to be used if the [`send_anonymous_usage_stats` set
- [Environment variable](/guide/configuration#configuring-settings): `MELTANO_FF_ENABLE_UVICORN`
- Default: `False`

### <a name="ff-env-var-strict-mode"></a>`ff.env_var_strict_mode`
### <a name="ff-strict-env-var-mode"></a>`ff.strict_env_var_mode`

- [Environment variable](/guide/configuration#configuring-settings): `MELTANO_FF_ENV_VAR_STRICT_MODE`
- [Environment variable](/guide/configuration#configuring-settings): `MELTANO_FF_STRICT_ENV_VAR_MODE`
- Default: `False`

Causes an exception to be raised if an environment variable is used within the project's Meltano configuration but that environment variable is not set.

0 comments on commit d8dd2aa

Please sign in to comment.