Files
DiunaBI/WebAPI/Properties/launchSettings.json

32 lines
804 B
JSON
Raw Normal View History

2022-11-29 21:25:19 +01:00
{
"$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2022-12-06 12:27:09 +01:00
"applicationUrl": "http://localhost:12241",
"sslPort": 44358
2022-11-29 21:25:19 +01:00
}
},
"profiles": {
"WebAPI": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2022-12-06 12:27:09 +01:00
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7009;http://localhost:5183",
2022-11-29 21:25:19 +01:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
2022-12-06 12:27:09 +01:00
"launchUrl": "swagger",
2022-11-29 21:25:19 +01:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}