mirror of https://github.com/dapr/quickstarts.git
updating env var sett9ing for Windows aspnetcore
This commit is contained in:
parent
641c42b4b3
commit
3b3bd94ff2
|
@ -58,7 +58,7 @@ These instructions start the four calculator operator apps (add, subtract, multi
|
||||||
export ASPNETCORE_URLS="http://localhost:7000"
|
export ASPNETCORE_URLS="http://localhost:7000"
|
||||||
|
|
||||||
Windows:
|
Windows:
|
||||||
set ASPNETCORE_URLS="http://localhost:7000"
|
set ASPNETCORE_URLS=http://localhost:7000
|
||||||
```
|
```
|
||||||
- Build the app. Run:
|
- Build the app. Run:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue