API_SequentMicrosystems-RPI/Properties/launchSettings.json

32 lines
766 B
JSON
Raw Normal View History

2023-11-25 08:24:04 +00:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:58419",
"sslPort": 0
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2023-11-30 15:46:33 +00:00
"launchUrl": "api",
2023-11-25 08:24:04 +00:00
"applicationUrl": "http://localhost:5242",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
2023-11-30 15:46:33 +00:00
"launchUrl": "api",
2023-11-25 08:24:04 +00:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}