slush-marklogic-node
slush-marklogic-node copied to clipboard
Roxy support for {env}.json
Related to #151. Add support within Roxy for this, and/or as temp workaround monkey patch Roxy via app_specific to read them. A few suggestions in #151.
PR pending against Roxy.. https://github.com/marklogic/roxy/pull/532 (feel free to shoot..)
It was voted against to add built-in support for reading {env}.json in Roxy itself. This means we are still facing the issue of maintaining multiple config files for basic stuff like app-port. I'd really like to make this simpler, as slush users are confused by this.
Anyone who cares to share thoughts/suggestions?
Some of my thoughts: I could monkey patch Roxy via app_specific to make it read those json configs, and do it such that it could negate the need for {env}.properties altogether, maybe even build.properties..