Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

cannot use roxy ssettings in roxy project #39

Open
hugokoopmans opened this issue Sep 17, 2015 · 0 comments
Open

cannot use roxy ssettings in roxy project #39

hugokoopmans opened this issue Sep 17, 2015 · 0 comments

Comments

@hugokoopmans
Copy link

Hi Paxton,
Great stuff you have here, I want to use the roxy settings in a roxy project but it seems the roxy settings are not picked up? I only get it to work if a set all details in de settings file itself but that cannot be the idea, right?

My settings:
{
// settings for Xcc connection
"xcc": {

    // timeout in seconds for xcc connections
    // can be decimal numbers ex: "1.5"
    "timeout": "1",

    // Use Settings from Roxy's properties files
    // If this is not a Roxy project then the setttings above will be used
    "use_roxy_settings": true,

    // The roxy environment configuration to use
    // Valid choices are usually local, dev, prod but may vary
    "roxy_environment": "hugo",
    // THIS SHOULD BE ALL NEEDED RIGHT? THE STUFF BELOW IS A DUPLICATE FROM ROXY


    // CANNOT GET THIS OUT OF ROXY ...
    // MarkLogic hostname
    "ml_host": "cluey-app-ml1",

    // Xcc port to communicate with for running queries
    "xcc_port": "8041",

    // The content database to use when evaluating queries
    "content_database": "cluey-app-content",

    // The modules database to use when evaluating queries
    "modules_database": "cluey-app-modules",

    // user name to use when authenticating to xcc
    "user": "admin",

    // password name to use when authenticating to xcc
    "password": "admin",

    // Whether or not to use https when communicating with Xcc
    "use_https": false,

    // Local Paths to search for your xquery modules
    "search_paths": [],

    // xquery output options that you want applied when running your query
    // see: http://docs.marklogic.com/guide/xquery/langoverview#id_71572
    "output_options": [
        "indent=yes",
        "indent-untyped=yes"
    ]
}

This works but I want sublime to use my roxy settings so I can work on multiple roxy project without having to type in de details here...

What am I missing?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant