Skip to content

Commit

Permalink
Description of DAPR_HOST_IP is missing in docs #1852
Browse files Browse the repository at this point in the history
Signed-off-by: dollysah <105938223+dollysah@users.noreply.github.com>
  • Loading branch information
dollysah committed Sep 22, 2023
1 parent 7b93fcc commit 715729e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion daprdocs/content/en/reference/environment/_index.md
Expand Up @@ -26,4 +26,5 @@ The following table lists the environment variables used by the Dapr runtime, CL
| OTEL_EXPORTER_OTLP_INSECURE | OpenTelemetry Tracing | Sets the connection to the endpoint as unencrypted. (`true`, `false`) |
| OTEL_EXPORTER_OTLP_PROTOCOL | OpenTelemetry Tracing | The OTLP protocol to use Transport protocol. (`grpc`, `http/protobuf`, `http/json`) |
| DAPR_COMPONENTS_SOCKETS_FOLDER | Dapr runtime and the .NET, Go, and Java pluggable component SDKs | The location or path where Dapr looks for Pluggable Components Unix Domain Socket files. If unset this location defaults to `/tmp/dapr-components-sockets` |
| DAPR_COMPONENTS_SOCKETS_EXTENSION | .NET and Java pluggable component SDKs | A per-SDK configuration that indicates the default file extension applied to socket files created by the SDKs. Not a Dapr-enforced behavior. |
| DAPR_COMPONENTS_SOCKETS_EXTENSION | .NET and Java pluggable component SDKs | A per-SDK configuration that indicates the default file extension applied to socket files created by the SDKs. Not a Dapr-enforced behavior. |
| DAPR_HOST_IP | Dapr sidecar | The host's chosen IP address. If not specified, will loop over the network interfaces and select the first non-loopback address it finds.|

0 comments on commit 715729e

Please sign in to comment.