Skip to content

Commit 0c8a9ae

Browse files
authored
Включить devtunnel (#2016)
1 parent b38769e commit 0c8a9ae

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/JoinRpg.Portal/Properties/launchSettings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
"environmentVariables": {
1616
"ASPNETCORE_ENVIRONMENT": "Development"
1717
}
18+
},
19+
"DevTunnel": {
20+
"commandName": "Project",
21+
"launchBrowser": true,
22+
"applicationUrl": "http://localhost:5000;https://localhost:5001",
23+
"environmentVariables": {
24+
"ASPNETCORE_ENVIRONMENT": "Development"
25+
},
26+
"devTunnelEnabled": true,
27+
"devTunnelAccess": "Public"
1828
}
1929
}
2030
}

0 commit comments

Comments
 (0)