Skip to content

Commit

Permalink
adding to readme for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
soletsdev committed Jan 21, 2025
1 parent f0e61ee commit e2329e7
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,11 @@ npm run lint
docker build -t clamav:latest .
3. Run ClamAV container:
docker run --name clamav -p 3310:3310 -d clamav:latest

### swapping between Development and EFXDevelopment environments

1. In Visual Studio launchSettings.json (in both ECER.Clients.Api and ECER.Clients.RegistryPortal.Server) change the variable ASPNETCORE_ENVIRONMENT from

```
ASPNETCORE_ENVIRONMENT: "Development" to "EFXDevelopment"
```

0 comments on commit e2329e7

Please sign in to comment.