patbef-ServiceOutside/ServiceOutside/Properties/launchSettings.json

30 lines
768 B
JSON
Raw Permalink Normal View History

2024-01-29 16:27:34 +01:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": false,
"iisExpress": {
"applicationUrl": "https://development:443",
"sslPort": 443
}
},
"profiles": {
"ServiceOutside": {
"commandName": "Project",
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://development:443",
"dotnetRunMessages": false
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": false,
"launchUrl": "weatherforecast",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}