diff --git a/docs/reference/specifications/providers.md b/docs/reference/specifications/providers.md index 0f8afcc2d..3be8ada65 100644 --- a/docs/reference/specifications/providers.md +++ b/docs/reference/specifications/providers.md @@ -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 |