You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 27, 2023. It is now read-only.
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