We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7366b2 commit 7699613Copy full SHA for 7699613
1 file changed
README.md
@@ -90,6 +90,17 @@ app.Run();
90
}
91
```
92
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
104
---
105
106
## Documentation
0 commit comments