CloudBuilder/CloudBuilder.Web.Entry/Properties/launchSettings.json
owenchen 1c0c83af5f ow
2026-05-12 10:09:31 +08:00

33 lines
1.1 KiB
JSON

{
"profiles": {
"http": {
"commandName": "Project",
"commandLineArgs": "D:\\NET8\\CloudBuilder\\CloudBuilder.Security.Service\\bin\\Debug\\net8.0\\CloudBuilder.Security.Service.dll",
"launchBrowser": true,
//"launchUrl": "SecurityMaster/FindByAllowAnonymous",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5235"
//D:\NET8\CloudBuilder\CloudBuilder.Web.Entry\bin\Debug\net8.0\CloudBuilder.Web.Entry.exe --urls http://localhost:5235
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "SecurityMaster/FindByAllowAnonymous",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
},
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:16958",
"sslPort": 0
}
}
}