Skip to content

Commit 5a9c0f5

Browse files
committed
updating geode version
1 parent a52e005 commit 5a9c0f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/gemfire/demo/config/samples/payloads/cdc-job.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"credentialsDirectoryPath": "/opt/redislabs/redis-connect/config/samples/credentials",
2626
"databaseType": "GEMFIRE",
2727
"customConfiguration": {
28-
"pool.locator.host": "localhost",
28+
"pool.locator.host": "172.17.0.2",
2929
"pool.locator.port": "10334"
3030
}
3131
},

examples/gemfire/demo/setup_gemfire.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22

3-
version="${1:-1.12.9}"
3+
version="${1:-1.15.1}"
44
jmx_port="${2:-1099}"
55
rest_port="${3:-8080}"
66
pulse_port="${4:-7070}"

0 commit comments

Comments
 (0)