PIbd-23_Elatomtsev_L.K._Cou.../Bank/BankRestApi/Properties/launchSettings.json

31 lines
807 B
JSON
Raw Normal View History

{
2024-05-27 07:56:21 +04:00
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2024-05-27 07:56:21 +04:00
"applicationUrl": "http://localhost:57742",
"sslPort": 44328
}
},
"profiles": {
"BankRestApi": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"launchUrl": "swagger",
2024-05-27 07:56:21 +04:00
"applicationUrl": "https://localhost:7268;http://localhost:5041",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}