Fixed some things

This commit is contained in:
BOT Alex 2023-06-29 10:28:51 +02:00
parent 7aa40c171b
commit f634474923
6 changed files with 20 additions and 57 deletions

View file

@ -8,7 +8,7 @@
},
"dotnetRunMessages": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://localhost:5198;http:/0.0.0.0:420/"
"applicationUrl": "http://localhost:5198;http://0.0.0.0:420/"
},
"IIS Express": {
"commandName": "IISExpress",
@ -23,7 +23,7 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:24989",
"applicationUrl": "http://localhost:7860",
"sslPort": 0
}
}