You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// After adding all resources, build and run the app...
52
52
```
53
-
> [!IMPORTANT]
53
+
> [!IMPORTANT]
54
54
> A valid RavenDB license is required. If you don’t have one yet, you can request a free Community license [here](https://ravendb.net/license/request/community).
55
55
56
56
When .NET Aspire adds a container image to the app host, as shown in the preceding example with the `docker.io/ravendb/ravendb` image, it creates a new RavenDB instance on your local machine. A reference to your RavenDB database resource (the `ravendb` variable) is added to the `ExampleProject`.
> Ensure the certificate path is accessible to the container by bind-mounting it to `/etc/ravendb/security`.
118
118
119
119
### Hosting integration health checks
@@ -213,7 +213,7 @@ public class ExampleService(
213
213
214
214
For more information on keyed services, see [.NET dependency injection: Keyed services](/dotnet/core/extensions/dependency-injection#keyed-services).
215
215
216
-
### Configuration
216
+
### Configuration
217
217
218
218
The .NET Aspire RavenDB Client integration provides multiple configuration approaches and options to meet the requirements and conventions of your project.
0 commit comments