|
|
|
@ -12,15 +12,13 @@ |
|
|
|
"commandName": "IISExpress", |
|
|
|
"launchBrowser": true, |
|
|
|
"environmentVariables": { |
|
|
|
"ASPNET_ENV": "Development", |
|
|
|
"Hosting:Environment": "Development" |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
} |
|
|
|
}, |
|
|
|
"web": { |
|
|
|
"commandName": "web", |
|
|
|
"environmentVariables": { |
|
|
|
"ASPNET_ENV": "Development", |
|
|
|
"Hosting:Environment": "Development" |
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development" |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|