1
0
This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
RhSolutions.SkuParser/RhSolutions.SkuParser.Api/Properties/launchSettings.json

30 lines
718 B
JSON
Raw Permalink Normal View History

2024-07-18 20:54:19 +03:00
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2024-07-18 21:01:28 +03:00
"applicationUrl": "http://localhost:5000",
2024-07-18 20:54:19 +03:00
"sslPort": 44355
}
},
"profiles": {
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
2024-07-18 21:01:28 +03:00
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
2024-07-18 20:54:19 +03:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}