aspnetcore/test/ServerComparison.TestSites/Properties/launchSettings.json

11 lines
189 B
JSON

{
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNET_ENV": "HelloWorld"
}
}
}
}