diff --git a/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/connect.gfsh b/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/connect.gfsh index d3ed42f4..affa83b8 100644 --- a/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/connect.gfsh +++ b/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/connect.gfsh @@ -2,4 +2,3 @@ # Connect to a secure Locator with Authentication and SSL enabled connect --security-properties-file=${SBDG_HOME}/spring-geode-samples/boot/configuration/src/main/resources/geode/config/gemfire.properties -#connect --security-properties-file=/Users/jblum/pivdev/spring-boot-data-geode/spring-geode-samples/boot/configuration/src/main/resources/geode/config/gemfire.properties diff --git a/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/start-secure-cluster.sh b/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/start-secure-cluster.sh index 3718d561..504fc00c 100644 --- a/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/start-secure-cluster.sh +++ b/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/start-secure-cluster.sh @@ -1,4 +1,3 @@ #!/bin/bash gfsh -e "run --file=${SBDG_HOME}/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/start-secure-cluster.gfsh" -#gfsh -e "run --file=/Users/jblum/pivdev/spring-boot-data-geode/spring-geode-samples/boot/configuration/src/main/resources/geode/bin/start-secure-cluster.gfsh"