launchSettings.json 226 B

123456789101112
  1. {
  2. "profiles": {
  3. "BankOperationsUpdate.WorkerService": {
  4. "commandName": "Project",
  5. "dotnetRunMessages": true,
  6. "environmentVariables": {
  7. "DOTNET_ENVIRONMENT": "Development"
  8. }
  9. }
  10. }
  11. }