Skip to content

Commit

Permalink
Update docs/reference/specifications/providers.md
Browse files Browse the repository at this point in the history
Co-authored-by: Guido Breitenhuber <157148191+guidobrei@users.noreply.github.com>
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
toddbaert and guidobrei authored Oct 29, 2024
1 parent 4683011 commit 460be57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/specifications/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Below are the supported configuration parameters (note that not all apply to bot

| Option name | Environment variable name | Explanation | Type & Values | Default | Compatible resolver |
| ------------------ | -------------------------- | ------------------------------------------------------------------------------- | ------------------------ | ----------------------------- | ------------------- |
| resolver | FLAGD_RESOLVER | mode of operation | String - rpc, in-process | rpc | rpc & in-process |
| resolver | FLAGD_RESOLVER | mode of operation | String - `rpc`, `in-process` | rpc | rpc & in-process |
| host | FLAGD_HOST | remote host | String | localhost | rpc & in-process |
| port | FLAGD_PORT | remote port | int | 8013 (rpc), 8015 (in-process) | rpc & in-process |
| targetUri | FLAGD_GRPC_TARGET | alternative to host/port, supporting custom name resolution | string | null | rpc & in-process |
Expand Down

0 comments on commit 460be57

Please sign in to comment.