Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
filipbekic01 committed Oct 31, 2024
1 parent 66f19ff commit 4309e66
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,8 @@ var builder = WebApplication.CreateBuilder(args);

// MassTransit configuration...
builder.Services.AddResQueue(options =>
{
// Choose SQL engine and fill credentials
});
// ResQueue relays on MassTransit.SqlTransportOptions credentials
builder.Services.AddResQueue(o => o.SqlEngine = ResQueueSqlEngine.Postgres);

// Make sure you add this line after MassTransit SQL migrations hosted service
builder.Services.AddResQueueMigrationsHostedService();
Expand Down

0 comments on commit 4309e66

Please sign in to comment.