Skip to content
This repository was archived by the owner on Feb 27, 2023. It is now read-only.

JobProperties

Scott Stafford edited this page Jan 26, 2018 · 1 revision
# ----------------------------------------
# MarkLogic JobRepository Properties
# ----------------------------------------

marklogic.jobrepo.enabled=true 
# whether to persist data to the MarkLogic JobRepository, if set to false then MapJobRepository (in-memory) is used
marklogic.jobrepo.host=localhost 
marklogic.jobrepo.port=8201 
marklogic.jobrepo.username=admin 
marklogic.jobrepo.password=admin

# ----------------------------------------
# MarkLogic Properties
# ----------------------------------------
marklogic.host=localhost
marklogic.port=8200
marklogic.username=admin
marklogic.password=admin
Clone this wiki locally