0
0
RhSolutions-Api/RhSolutions.Api/Properties/launchSettings.json

30 lines
732 B
JSON
Raw Permalink Normal View History

2022-12-14 09:53:10 +03:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"launchBrowser": false,
"iisExpress": {
2023-10-30 21:49:58 +03:00
"applicationUrl": "http://localhost:5000;http://localhost:43000",
2022-12-14 09:53:10 +03:00
"sslPort": 0
}
},
"profiles": {
"RhSolutions": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": false,
2023-10-30 21:49:58 +03:00
"applicationUrl": "http://localhost:5000;http://localhost:43000",
2022-12-14 09:53:10 +03:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": false,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}