Katheryne/Frontend/Properties/launchSettings.json

28 lines
697 B
JSON
Raw Normal View History

2023-10-07 13:27:25 +08:00
{
"iisSettings": {
"iisExpress": {
"applicationUrl": "http://localhost:44942",
"sslPort": 44303
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
2023-10-11 11:54:28 +08:00
"applicationUrl": "http://localhost:5163",
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
2023-10-07 13:27:25 +08:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}