Skip to content

Commit 1739f7b

Browse files
committed
Updated file to dir path in main README.
1 parent 3d3ac10 commit 1739f7b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,9 @@ redis-connect/bin$ ./redisconnect.sh
117117
Redis Connect startup script.
118118
*******************************
119119
Please ensure that the value of REDISCONNECT_JOB_MANAGER_CONFIG_PATH points to the correct jobmanager.properties in /home/viragtripathi/qa/vm/redis-connect/bin/redisconnect.conf before executing any of the options below
120-
Check the value of redis.connection.url and credentials.file.path in jobmanager.properties e.g.
120+
Check the value of redis.connection.url and credentials.dir.path in jobmanager.properties e.g.
121121
redis.connection.url=redis://redis-19836.c9.us-east-1-2.ec2.cloud.redislabs.com:19836
122-
credentials.file.path=/var/secrets/redis
122+
credentials.dir.path=/var/secrets/redis
123123
*******************************
124124
Usage: [-h|cli|start]
125125
options:
@@ -134,9 +134,9 @@ start: init Redis Connect Instance (Cluster Member)
134134
redis-connect\bin> redisconnect.bat
135135
```
136136

137-
| Prerequisite Configuration :exclamation: |
138-
|:--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
139-
| Update `credentials.file.path` and `redis.connection.url` in `/config/jobmanager.properties`<br/> Example - <a href="/examples/postgres/demo/config/jobmanager.properties">jobmanager.properties</a> |
137+
| Prerequisite Configuration :exclamation: |
138+
|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
139+
| Update `credentials.dir.path` and `redis.connection.url` in `/config/jobmanager.properties`<br/> Example - <a href="/examples/postgres/demo/config/jobmanager.properties">jobmanager.properties</a> |
140140

141141
### Starting an instance
142142

@@ -161,9 +161,9 @@ Redis Connect Swagger UI is available on port 8282 by default. If you're running
161161
<br>_For quick start, use a sample job configuration:_ <a href="/examples/db2/demo/config/samples/payloads/cdc-job.json">DB2</a>, <a href="/examples/files/demo/config/samples/payloads/cdc-job.json">Files</a>, <a href="/examples/gemfire/demo/config/samples/payloads/cdc-job.json">Gemfire</a>, <a href="/examples/mongodb/demo/config/samples/payloads/cdc-job.json">MongoDB</a>, <a href="/examples/mysql/demo/config/samples/payloads/cdc-job.json">MySQL</a>, <a href="/examples/oracle/demo/config/samples/payloads/cdc-job.json">Oracle</a>, <a href="/examples/postgres/demo/config/samples/payloads/cdc-job.json">PostgreSQL</a>, <a href="/examples/mssql/demo/config/samples/payloads/cdc-job.json">SQL Server</a> and <a href="/examples/vertica/demo/config/samples/payloads/cdc-job.json">VERTICA</a>
162162
<br><br><img src="/images/quick-start/Redis Connect Save Job Config.png" style="float: right;" width = 700px height = 375px/>
163163

164-
| Prerequisite Configuration :exclamation: |
165-
|:------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
166-
| Update `credentialsFilePath`, `databaseURL`, `database.dbname` (`database.names` for SQL Server), `database.hostname`, `database.port` and `columns` within sample job configuration for source and target, where applicable. |
164+
| Prerequisite Configuration :exclamation: |
165+
|:-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
166+
| Update `credentialsDirectoryPath`, `databaseURL`, `database.dbname` (`database.names` for SQL Server), `database.hostname`, `database.port` and `columns` within sample job configuration for source and target, where applicable. |
167167

168168
**Start Job -** `/connect/api/vi/job/transition/start/{jobName}/{jobType}`
169169
<br>_For quick start, use '**stream**' as **jobType**_

0 commit comments

Comments
 (0)