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 has been archived by the owner on Jan 27, 2021. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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": {
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?
The text was updated successfully, but these errors were encountered: