Skip to content

Commit 7699613

Browse files
committed
Update README.
1 parent b7366b2 commit 7699613

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,17 @@ app.Run();
9090
}
9191
```
9292

93+
### Tip
94+
95+
For a quick local setup without external dependencies, you can use the built-in **InMemory** providers for both database and messaging:
96+
97+
```json
98+
{
99+
"DatabaseProvider": "InMemory",
100+
"MessagingProvider": "InMemory",
101+
}
102+
```
103+
93104
---
94105

95106
## Documentation

0 commit comments

Comments
 (0)