Class DevServicesConfig.ParametersDatabaseConfig
java.lang.Object
org.tkit.onecx.quarkus.parameter.deployment.devservices.DevServicesConfig.ParametersDatabaseConfig
- Enclosing class:
- DevServicesConfig
Parameters database config
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe container image name to use, for unleash database.The value of theonecx-dev-service-parameters-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 theonecx-dev-service-parameters-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 theonecx-dev-service-parameters-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 theonecx-dev-service-parameters-dblabel set to the specified value.This property is used when you need multiple shared Unleash DB servers.
-
-
Constructor Details
-
ParametersDatabaseConfig
public ParametersDatabaseConfig()
-