Files
Gainsight/TaskTree/Properties/launchSettings.json

29 lines
679 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:14606",
"sslPort": 0
2022-06-09 22:22:29 -04:00
}
},
"profiles": {
2022-06-13 08:50:32 -04:00
"TaskTree": {
2022-06-09 22:22:29 -04:00
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
2022-06-13 08:50:32 -04:00
"applicationUrl": "http://localhost:5089",
2022-06-09 22:22:29 -04:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}