parking-html/Parking_spaces/Properties/launchSettings.json

36 lines
899 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://140.125.20.183:2361",
"sslPort": 44352
}
},
"profiles": {
"Parking_spaces": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://140.125.20.183:5173",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"dotnetRunMessages": true
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}",
"environmentVariables": {},
"publishAllPorts": true,
"useSSL": true
}
}
}