Skip to content

Commit 961cd01

Browse files
committed
removing comments from example
Signed-off-by: Hannah Hunter <[email protected]>
1 parent 36527ad commit 961cd01

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/configuration/src/index.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
import { DaprClient, /* CommunicationProtocolEnum */ } from "dapr-client";
1+
import { DaprClient, CommunicationProtocolEnum } from "dapr-client";
22

3-
// Common settings
43
const daprHost = "127.0.0.1";
5-
// const daprAppId = "example-config";
4+
const daprAppId = "example-config";
65

76
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/
97

108
const client = new DaprClient(
119
daprHost,

0 commit comments

Comments
 (0)