Launch settings

This commit is contained in:
femsci 2023-09-30 16:55:04 +02:00
parent a5c33b47c5
commit c4274112f3
Signed by: femsci
GPG key ID: 08F7911F0E650C67

View file

@ -8,22 +8,12 @@
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://localhost:5162",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"https": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:7047;http://localhost:5162",
"inspectUri": "{wsProtocol}://catboy.men/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://0.0.0.0:2137",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}