diff --git a/geode-spring-boot-starter/src/test/resources/application-security-cloud.properties b/geode-spring-boot-starter/src/test/resources/application-security-cloud.properties index 6f84ba8a..4be4eabb 100644 --- a/geode-spring-boot-starter/src/test/resources/application-security-cloud.properties +++ b/geode-spring-boot-starter/src/test/resources/application-security-cloud.properties @@ -1,4 +1,4 @@ -# Spring Boot application.properties for testing security in a cloud context. +# Spring Boot application.properties for testing Apache Geode/Pivotal GemFire Security in a cloud context. vcap.application.application_id=c50bb519-2739-4fa3-8750-02c051e35735 vcap.application.application_name=boot-test diff --git a/geode-spring-boot-starter/src/test/resources/application-security-local.properties b/geode-spring-boot-starter/src/test/resources/application-security-local.properties index a2a2668b..34cbbcf4 100644 --- a/geode-spring-boot-starter/src/test/resources/application-security-local.properties +++ b/geode-spring-boot-starter/src/test/resources/application-security-local.properties @@ -1,4 +1,4 @@ -# Spring Boot application.properties for testing security in a local context. +# Spring Boot application.properties for testing Apache Geode/Pivotal GemFire Security in a local context. spring.data.gemfire.security.username=ghostrider spring.data.gemfire.security.password=p@55w0rd diff --git a/geode-spring-boot-starter/src/test/resources/application-ssl.properties b/geode-spring-boot-starter/src/test/resources/application-ssl.properties index 46e527fc..92a7b988 100644 --- a/geode-spring-boot-starter/src/test/resources/application-ssl.properties +++ b/geode-spring-boot-starter/src/test/resources/application-ssl.properties @@ -1,4 +1,4 @@ -# Spring Boot application.properties for testing +# Spring Boot application.properties for testing Apache Geode/Pivotal GemFire SSL spring.data.gemfire.security.ssl.keystore.password=s3cr3t spring.data.gemfire.security.ssl.truststore.password=s3cr3t