ml-config.servers.final-server.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of marklogic-data-hub Show documentation
Show all versions of marklogic-data-hub Show documentation
Library for Creating an Operational Data Hub on MarkLogic
{
"server-name": "%%mlFinalAppserverName%%",
"server-type": "http",
"root": "/",
"group-name": "%%GROUP%%",
"port": "%%mlFinalPort%%",
"modules-database": "%%mlModulesDbName%%",
"content-database": "%%mlFinalDbName%%",
"authentication": "%%mlFinalAuth%%",
"default-error-format": "json",
"error-handler": "/MarkLogic/rest-api/error-handler.xqy",
"url-rewriter": "/MarkLogic/rest-api/rewriter.xml",
"rewrite-resolves-globally": true
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy