marklogic-community / roxy

Deployment tool for MarkLogic applications. Also provides optional unit test and XQuery MVC structure
Other
87 stars 66 forks source link

shared properties not prefixed with 'ml.` #892

Closed kefo closed 5 years ago

kefo commented 5 years ago

When shared properties are loaded, they are not prefixed with ml.. As such, they do not overwrite previously defined properties, nor are they used.

Compare: https://github.com/marklogic-community/roxy/blob/master/deploy/lib/server_config.rb#L3173

With: https://github.com/marklogic-community/roxy/blob/master/deploy/lib/server_config.rb#L3178

Pull request imminent.

grtjn commented 5 years ago

Merged in dev