LearnChineseSimplified/CCharLearn/Properties/launchSettings.json

30 lines
887 B
JSON
Raw Normal View History

2023-06-28 22:03:48 +02:00
{
"profiles": {
2023-07-07 19:41:56 +02:00
"CCharLearn": {
2023-06-28 22:03:48 +02:00
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "http://localhost:5198"
2023-06-28 22:03:48 +02:00
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}"
}
},
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2023-06-29 10:28:51 +02:00
"applicationUrl": "http://localhost:7860",
2023-06-28 22:03:48 +02:00
"sslPort": 0
}
}
}