Skip to content

Commit

Permalink
docs: improves description of default and example values for IMPOSTER…
Browse files Browse the repository at this point in the history
…_CONFIG_DIR.
  • Loading branch information
outofcoffee committed Oct 3, 2023
1 parent 7a9bdf6 commit 453e8f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/environment_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ 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). | `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. | `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` |
Expand Down

0 comments on commit 453e8f0

Please sign in to comment.