Skip to content

Commit

Permalink
docs: links to recursive discovery from env vars table.
Browse files Browse the repository at this point in the history
  • Loading branch information
outofcoffee committed Nov 17, 2023
1 parent 17f1ea1 commit 349d135
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/environment_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ The following environment variables are supported:
| IMPOSTER_ADD_ENGINE_RESPONSE_HEADERS | Whether to add response headers for `server` and unique request ID. | `true` | `false` |
| IMPOSTER_AUTO_BASE_PATH | Whether to automatically set the base path for each configuration file, based on its relative path from the configuration root directory. | `false` | `true` |
| IMPOSTER_CACHE_DIR | Path to a directory in which to store cached data, such as remote specifications. | `<Java temporary directory>/imposter-cache` | `/path/to/dir` |
| IMPOSTER_CONFIG_DIR | The path to the configuration directory. Can be specified as a comma-separated list. See [configuration location](config_location.md). | Empty | `/path/to/config/dir` - See [Configuration Location](./config_location.md) |
| IMPOSTER_CONFIG_SCAN_RECURSIVE | Whether to scan for configuration files recursively within the configuration directories. | `false` | `true` |
| IMPOSTER_CONFIG_DIR | The path to the configuration directory. Can be specified as a comma-separated list. See [configuration location](config_location.md). | Empty | `/path/to/config/dir` - See [Configuration Location](./config_location.md). |
| IMPOSTER_CONFIG_SCAN_RECURSIVE | Whether to scan for configuration files recursively within the configuration directories. See [recursive configuration discovery](./config_discovery.md). | `false` | `true` |
| IMPOSTER_CONFIG_DISCOVER_ENVFILES | Whether to discover envfiles. See below. | `true` | `false` |
| IMPOSTER_FEATURES | Enables or disables features. See [Features](./features.md) documentation. | Per [default features](./features.md). | `metrics=false,stores=true` |
| IMPOSTER_IGNORE_CONFIG_ERRORS | Whether errors encountered during configuration parsing or plugin configuration should be logged instead of thrown. Defaults to `false`, as skipping a configuration might also skip the security conditions it contains. | `false` | boolean |
Expand Down

0 comments on commit 349d135

Please sign in to comment.