INNER CODE UNIT · Java
AerospikeProperties
PlaytikaOSS/testcontainers-spring-boot · embedded-aerospike/src/main/java/com/playtika/testcontainer/aerospike/AerospikeProperties.java:12
public class AerospikeProperties extends CommonContainerProperties {
public static final String BEAN_NAME_AEROSPIKE = "aerospike";
static final String BEAN_NAME_AEROSPIKE_BEAN_NAME = "aerospikePackageProperties";
boolean enabled = true;
String namespace = "TEST";
String host = "localhost";
int port = 3000;
String featureKey;
@Override
public String getDefaultDockerImage() {
// Please don`t remove this comment.
// renovate: datasource=docker
return "aerospike/aerospike-server:8.1.2.5";
}
}