launchSettings.json 203 B

1234567891011
  1. {
  2. "profiles": {
  3. "SniTamperProxy": {
  4. "commandName": "Project",
  5. "launchBrowser": true,
  6. "environmentVariables": {
  7. "ASPNETCORE_ENVIRONMENT": "Development"
  8. },
  9. }
  10. }
  11. }