A3-Dot_Net/Assignment3/Properties/launchSettings.json
2025-03-23 00:12:27 -04:00

32 lines
829 B
JSON

{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:59185",
"sslPort": 44315
}
},
"profiles": {
"Assignment3": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "api/Immunizations",
"applicationUrl": "https://localhost:7092;http://localhost:5136",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "api/Immunications",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}