Skip to content

Commit f20a790

Browse files
committed
reverting change to pool.locator.host in job config
1 parent e18566c commit f20a790

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": "172.17.0.2",
28+
"pool.locator.host": "localhost",
2929
"pool.locator.port": "10334"
3030
}
3131
},

examples/gemfire/demo/config/samples/payloads/customer-pojo-job.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"credentialsDirectoryPath": "/opt/redislabs/redis-connect/config/samples/credentials",
3232
"databaseType": "GEMFIRE",
3333
"customConfiguration": {
34-
"pool.locator.host": "172.17.0.2",
34+
"pool.locator.host": "localhost",
3535
"pool.locator.port": "10334"
3636
}
3737
},

0 commit comments

Comments
 (0)