2018-10-26 07:22:53 +02:00
|
|
|
{
|
2019-08-04 23:13:40 +02:00
|
|
|
"iisSettings": {
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
"iisExpress": {
|
|
|
|
"applicationUrl": "https://localhost:44350/",
|
|
|
|
"sslPort": 44350
|
|
|
|
}
|
2018-10-26 07:22:53 +02:00
|
|
|
},
|
2019-08-04 23:13:40 +02:00
|
|
|
"profiles": {
|
|
|
|
"IdentityServer": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
},
|
|
|
|
"applicationUrl": "https://localhost:9002/"
|
|
|
|
},
|
|
|
|
"IdentityServer - Prod": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Production"
|
|
|
|
},
|
|
|
|
"applicationUrl": "https://localhost:9002/"
|
|
|
|
},
|
|
|
|
"IIS Express": {
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
|
|
|
}
|
2018-10-26 07:22:53 +02:00
|
|
|
}
|
|
|
|
}
|