InstructorsListAppTA/Properties/launchSettings.json

27 lines
634 B
JSON
Raw Permalink Normal View History

2019-09-24 16:58:38 +00:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:31659",
"sslPort": 44397
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"InstructorsListApp": {
2019-09-24 16:58:38 +00:00
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:5000",
2019-09-24 16:58:38 +00:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}