Skip to content

Commit 2f6ef93

Browse files
committed
Updated readme
1 parent 95abf31 commit 2f6ef93

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,16 @@ Choice of store is configured in appsettings with the key **OutboxType**.
237237
}
238238
```
239239

240+
- **DatabaseName** is optional and is by default 'EventStore'
241+
- **CollectionName** is optional and is by default 'Events'.
242+
- **ConnectionString**: is required and must include uri schema, host and port (eg. mongodb://localhost:27017)
243+
240244
##### Ef core
241245
```
242246
{
243247
"OutboxOptions": {
244-
"OutboxType": "ef"
248+
"OutboxType": "ef",
249+
"DeleteAfter": true
245250
}
246251
}
247252
```

0 commit comments

Comments
 (0)