Files
webdoorcreator/WebDoorCreator.UI/Properties/launchSettings.json
T
Samuele Locatelli 5123ec242b progetto base vuoto
2023-03-03 10:28:53 +01:00

29 lines
687 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:38024",
"sslPort": 44365
}
},
"profiles": {
"WebDoorCreator.UI": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:7196;http://localhost:5013",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}