We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36527ad commit 961cd01Copy full SHA for 961cd01
examples/configuration/src/index.ts
@@ -1,11 +1,9 @@
1
-import { DaprClient, /* CommunicationProtocolEnum */ } from "dapr-client";
+import { DaprClient, CommunicationProtocolEnum } from "dapr-client";
2
3
-// Common settings
4
const daprHost = "127.0.0.1";
5
-// const daprAppId = "example-config";
+const daprAppId = "example-config";
6
7
async function start() {
8
- // Note that the DAPR_HTTP_PORT and DAPR_GRPC_PORT environment variables are set by DAPR itself. https://docs.dapr.io/reference/environment/
9
10
const client = new DaprClient(
11
daprHost,
0 commit comments