updating env var sett9ing for Windows aspnetcore

This commit is contained in:
Aman Bhardwaj 2020-06-05 17:44:20 -07:00 committed by GitHub
parent 641c42b4b3
commit 3b3bd94ff2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ These instructions start the four calculator operator apps (add, subtract, multi
export ASPNETCORE_URLS="http://localhost:7000"
Windows:
set ASPNETCORE_URLS="http://localhost:7000"
set ASPNETCORE_URLS=http://localhost:7000
```
- Build the app. Run:
```