File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*/
16
16
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
18
18
and writes a document in database - Documents */
19
19
20
20
const marklogic = require ( '../' ) ;
21
21
22
22
const db = marklogic . createDatabaseClient ( {
23
23
// The below key-value pairs are required
24
24
apiKey : 'changeme' ,
25
- host : 'example.beta.marklogic .com' ,
25
+ host : 'example.beta.progress .com' ,
26
26
authType : 'cloud' ,
27
27
// basePath is optional.
28
- basePath : '/marklogic/test' ,
28
+ basePath : '/progress/ marklogic/test' ,
29
29
// accessTokenDuration (in seconds) is optional and can be used to customize the expiration of the access token.
30
30
accessTokenDuration : 10
31
31
} ) ;
You can’t perform that action at this time.
0 commit comments