launchSettings.json 384 B

1234567891011121314
  1. {
  2. "profiles": {
  3. "MailWorker": {
  4. "commandName": "Project",
  5. "launchBrowser": false,
  6. "environmentVariables": {
  7. "DOTNET_ENVIRONMENT": "Development"
  8. },
  9. "dotnetRunMessages": true,
  10. "hotReloadEnabled": true
  11. }
  12. },
  13. "$schema": "https://json.schemastore.org/launchsettings.json"
  14. }