Remvove all properties (configuration file) references to 'Pivotal GemFire' or 'GemFire' in general.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Spring Boot application.properties containing Spring Data for Apache Geode / Pivotal GemFire properties.
|
||||
# Spring Boot application.properties containing Spring Data for Apache Geode properties.
|
||||
|
||||
spring.data.gemfire.name=GemFirePropertiesIntegrationTests
|
||||
spring.data.gemfire.locators=localhost[11235],localhost[12480]
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Spring Boot application.properties for testing Apache Geode/Pivotal GemFire Security in a cloud context.
|
||||
# Spring Boot application.properties for testing Apache Geode Security in a cloud context.
|
||||
|
||||
vcap.application.application_id=c50bb519-2739-4fa3-8750-02c051e35735
|
||||
vcap.application.application_name=boot-test
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Spring Boot application.properties used in server for testing Apache Geode/Pivotal GemFire Security in a hybrid cloud context.
|
||||
# Spring Boot application.properties used in server for testing Apache Geode Security in a hybrid cloud context.
|
||||
|
||||
test.security.context.username=phantom
|
||||
test.security.context.password=s3cr3t
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Spring Boot application.properties used in client for testing Apache Geode/Pivotal GemFire Security in a local context.
|
||||
# Spring Boot application.properties used in client for testing Apache Geode Security in a local context.
|
||||
|
||||
spring.data.gemfire.security.username=ghostrider
|
||||
spring.data.gemfire.security.password=p@55w0rd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Spring Boot application.properties used in server for testing Apache Geode/Pivotal GemFire Security in a local context.
|
||||
# Spring Boot application.properties used in server for testing Apache Geode Security in a local context.
|
||||
|
||||
test.security.context.username=ghostrider
|
||||
test.security.context.password=p@55w0rd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Spring Boot application.properties used in server for testing Apache Geode/Pivotal GemFire Security in a multi-cloudcache service instance (PCF) context.
|
||||
# Spring Boot application.properties used in server for testing Apache Geode Security in a multi-cloud cache service instance context.
|
||||
|
||||
test.security.context.username=master
|
||||
test.security.context.password=p@55w0rd
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Spring Session for Apache Geode/Pivotal GemFire (Test) Properties
|
||||
# Spring Session for Apache Geode (SSDG) Test Properties
|
||||
|
||||
spring.session.data.gemfire.cache.client.pool.name=DEAD
|
||||
spring.session.data.gemfire.cache.client.region.shortcut=LOCAL
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Spring Boot application.properties for testing Apache Geode/Pivotal GemFire SSL
|
||||
# Spring Boot application.properties for testing Apache Geode SSL
|
||||
|
||||
spring.boot.data.gemfire.security.ssl.keystore.name=test-trusted.keystore
|
||||
spring.data.gemfire.security.ssl.keystore.password=s3cr3t
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Security Configuration for Apache Geode/Pivotal GemFire using Spring Boot and Spring Data GemFire properties
|
||||
# Security configuration for Apache Geode using Spring Boot and Spring Data for Apache Geode (SDG) properties
|
||||
|
||||
spring.boot.data.gemfire.security.ssl.keystore.name=example-trusted-keystore.jks
|
||||
spring.data.gemfire.security.username=test
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Configuration for Apache Geode/Pivotal GemFire using Spring Boot and Spring Data GemFire properties
|
||||
# Configuration for Apache Geode using Spring Boot and Spring Data for Apache Geode (SDG) properties
|
||||
|
||||
spring.application.name=CustomerServiceApplication
|
||||
spring.data.gemfire.cache.log-level=error
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# GemFire Properties
|
||||
# Apache Geode Properties
|
||||
|
||||
log-level=config
|
||||
security-manager=org.springframework.geode.security.TestSecurityManager
|
||||
|
||||
Reference in New Issue
Block a user