Skip to content

Commit

Permalink
Remove setting tmp env var in StartWebController.cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
Grzegorz Rychlik authored and Grzegorz Rychlik committed Oct 21, 2021
1 parent a0459a4 commit c1c8bc9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions StartWebController.cmd
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
@echo off
cd WebController
if "%1"=="" (
set tmp="http://localhost:52935"
) else (
set tmp=%1
set c3webcontroller_url="http://localhost:52935"
) else (
set c3webcontroller_url=%1
)
dotnet C3WebController.dll --urls %tmp%
dotnet C3WebController.dll --urls %c3webcontroller_url%

0 comments on commit c1c8bc9

Please sign in to comment.