Skip to content

Commit c17c34c

Browse files
committed
MLE-21177 : marklogic-cloud-connection.js -->progress-data-cloud-connection.js
1 parent 97d2878 commit c17c34c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/marklogic-cloud-connection.js renamed to examples/progress-cloud-connection.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,18 @@
1414
* limitations under the License.
1515
*/
1616

17-
/* This file provides an example for the users to help them connect to MarkLogic cloud using the apiKey and host
17+
/* This file provides an example for the users to help them connect to Progress cloud using the apiKey and host
1818
and writes a document in database - Documents */
1919

2020
const marklogic = require('../');
2121

2222
const db = marklogic.createDatabaseClient({
2323
// The below key-value pairs are required
2424
apiKey: 'changeme',
25-
host: 'example.beta.marklogic.com',
25+
host: 'example.beta.progress.com',
2626
authType: 'cloud',
2727
// basePath is optional.
28-
basePath: '/marklogic/test',
28+
basePath: '/progress/marklogic/test',
2929
// accessTokenDuration (in seconds) is optional and can be used to customize the expiration of the access token.
3030
accessTokenDuration: 10
3131
});

0 commit comments

Comments
 (0)