@@ -50,7 +50,6 @@ const daprHost = "127.0.0.1";
50
50
const daprPort = " 50000" ; // Dapr Sidecar Port of this Example Server
51
51
const serverHost = " 127.0.0.1" ; // App Host of this Example Server
52
52
const serverPort = " 50001" ; // App Port of this Example Server
53
- const daprAppId = " example-hello-world" ;
54
53
55
54
async function start () {
56
55
const server = new DaprServer (serverHost, serverPort, daprHost, daprPort);
@@ -80,7 +79,6 @@ const daprHost = "127.0.0.1";
80
79
const daprPort = " 50000" ; // Dapr Sidecar Port of this Example Server
81
80
const serverHost = " 127.0.0.1" ; // App Host of this Example Server
82
81
const serverPort = " 50001" ; // App Port of this Example Server
83
- const daprAppId = " example-hello-world" ;
84
82
85
83
async function start () {
86
84
const server = new DaprServer (serverHost, serverPort, daprHost, daprPort);
@@ -136,7 +134,6 @@ const daprHost = "127.0.0.1";
136
134
const daprPort = " 50000" ; // Dapr Sidecar Port of this Example Server
137
135
const serverHost = " 127.0.0.1" ; // App Host of this Example Server
138
136
const serverPort = " 50001" ; // App Port of this Example Server
139
- const daprAppId = " example-hello-world" ;
140
137
141
138
async function start () {
142
139
const server = new DaprServer (serverHost, serverPort, daprHost, daprPort);
@@ -174,7 +171,6 @@ const daprHost = "127.0.0.1";
174
171
const daprPort = " 50000" ; // Dapr Sidecar Port of this Example Server
175
172
const serverHost = " 127.0.0.1" ; // App Host of this Example Server
176
173
const serverPort = " 50001" ; // App Port of this Example Server
177
- const daprAppId = " example-hello-world" ;
178
174
179
175
async function start () {
180
176
const server = new DaprServer (serverHost, serverPort, daprHost, daprPort);
0 commit comments