blob: cbc7191abf332ce56c1fed429b66119c704f860d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"profiles": {
"HyperBooru": {
"commandName": "Project",
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "https://localhost:7132;http://localhost:5186"
}
}
}
|