Skip to content

Instantly share code, notes, and snippets.

@chippinkston
Created February 17, 2017 17:04
Show Gist options
  • Save chippinkston/bb26eaa78e969205d088f3905e7e4e43 to your computer and use it in GitHub Desktop.
Save chippinkston/bb26eaa78e969205d088f3905e7e4e43 to your computer and use it in GitHub Desktop.
vagrant cfconfig show settings
//install commandbox on the vagrant machine
CommandBox:lucee-server> cd /opt/lucee/lib/lucee-server/
CommandBox:lucee-server> cfconfig show from=. [email protected]
{
"searchResultsets":"yes",
"mergeURLAndForm":"no",
"requestTimeout":"0,0,0,50",
"clientCookies":"yes",
"scopeCascading":"standard",
"applicationListener":"mixed",
"sessionMangement":"yes",
"hspw":"29a505a6d09b50a0c0951a254eb2a32c232c97033de0ae2d63fd8e5c5ff58a70",
"timeServer":"pool.ntp.org",
"sessionTimeout":"0,0,30,0",
"clientTimeout":"90,0,0,0",
"adminSalt":"56F3DC83-E454-4AB4-94DFA039D6494161",
"applicationMode":"curr2root",
"clientManagement":"no",
"applicationTimeout":"1,0,0,0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment