Class UnleashDevServicesConfig.UnleashDatabaseConfig
java.lang.Object
io.quarkiverse.unleash.devservices.UnleashDevServicesConfig.UnleashDatabaseConfig
- Enclosing class:
- UnleashDevServicesConfig
Unleash database config
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe container image name to use, for unleash database.The value of thequarkus-dev-service-unleash-dblabel attached to the started container. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
imageName
The container image name to use, for unleash database. -
serviceName
The value of thequarkus-dev-service-unleash-dblabel attached to the started container. This property is used whensharedis set totrue. In this case, before starting a container, Dev Services for Unleash DB looks for a container with thequarkus-dev-service-unleash-dblabel set to the configured value. If found, it will use this container instead of starting a new one. Otherwise, it starts a new container with thequarkus-dev-service-unleash-dblabel set to the specified value.This property is used when you need multiple shared Unleash DB servers.
-
-
Constructor Details
-
UnleashDatabaseConfig
public UnleashDatabaseConfig()
-