# dotnet-cqrs Environment Configuration # Copy to .env and fill in values before running # NuGet publishing (required for dotnet pack + push) NUGET_API_KEY= # Application URLs (for Svrnty.Sample project) ASPNETCORE_URLS=http://localhost:19898 ASPNETCORE_ENVIRONMENT=Development