2018-08-13 14:49:54 +08:00
|
|
|
{
|
|
|
|
"iisSettings": {
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
"iisExpress": {
|
|
|
|
"applicationUrl": "http://localhost:50852/",
|
|
|
|
"sslPort": 0
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"profiles": {
|
|
|
|
"IIS Express": {
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"DOTNET_USE_POLLING_FILE_WATCHER": "true",
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"Bootstrap.Admin": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
},
|
2019-01-14 17:31:57 +08:00
|
|
|
"applicationUrl": "http://localhost:50852/"
|
2019-05-26 10:05:56 +08:00
|
|
|
},
|
|
|
|
"Docker": {
|
|
|
|
"commandName": "Docker",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}"
|
2018-08-13 14:49:54 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|