The documentation you are viewing is for Dapr v1.12 which is an older version of Dapr. For up-to-date documentation, see the latest version.
环境变量
下表列出了 Dapr 运行时, CLI 或应用程序中使用的环境变量:
环境变量 | 使用方 | 说明 |
---|---|---|
APP_ID | 您的应用程序 | 用于服务发现的应用程序 Id |
APP_PORT | 您的应用程序 | 应用程序正在侦听的端口 |
APP_API_TOKEN | 您的应用程序 | 应用程序用于对来自 Dapr API 的请求进行身份验证的令牌。 阅读 使用令牌认证对来自 Dapr 的请求进行认证以获取更多信息。 |
DAPR_HTTP_PORT | 您的应用程序 | Dapr sidecar 正在监听的 HTTP 端口. 应用程序应使用此变量连接到 Dapr sidecar,而不是对端口值进行硬编码。 在自托管模式下由 Dapr CLI run 命令设置,或由 dapr-sidecar-injector 注入到 pod 中的所有容器中。 |
DAPR_GRPC_PORT | 您的应用程序 | Dapr sidecar 正在监听的 gRPC 端口. 应用程序应使用此变量连接到 Dapr sidecar,而不是对端口值进行硬编码。 在自托管模式下由 Dapr CLI run 命令设置,或由 dapr-sidecar-injector 注入到 pod 中的所有容器中。 |
DAPR_METRICS_PORT | 您的应用程序 | Dapr 发送指标信息的 HTTP Prometheus 端口。 您的应用程序可以使用此变量发送其特定于应用程序的 metrics,以便将 Dapr metrics 和应用程序 metrics 放在一起。 有关详细信息,请参阅 metrics-port |
DAPR_API_TOKEN | Dapr sidecar | 用于来自应用程序的请求的 Dapr API 认证的令牌. 用于来自应用程序的请求的 Dapr API 认证的令牌. 阅读在 Dapr中启用 API 令牌认证 以获取更多信息. 阅读在 Dapr 中启用 API 令牌认证以获取更多信息。 |
NAMESPACE | Dapr sidecar | 自托管模式下用于指定组件的命名空间 |
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.