Files
Gainsight/TodoList/Properties/launchSettings.json

29 lines
706 B
JSON
Raw Normal View History

2022-06-09 22:22:29 -04:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
2022-06-13 08:50:32 -04:00
"applicationUrl": "http://localhost:29763",
"sslPort": 44318
2022-06-09 22:22:29 -04:00
}
},
"profiles": {
2022-06-13 08:50:32 -04:00
"TodoList": {
2022-06-09 22:22:29 -04:00
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2022-06-13 08:50:32 -04:00
"applicationUrl": "https://localhost:7001;http://localhost:5090",
2022-06-09 22:22:29 -04:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}