Import Settings
cfconfig import myConfig.json
cfconfig import to=serverName from=myConfig.json
cfconfig import to=/path/to/server/home from=myConfig.jsoncfconfig import from=/path/to/.CFConfig.json to=/path/to/server/home toFormat=luceeServer@5.1cfconfig import from=myConfig.json toFormat=luceeWebIncludeList and excludeList
# Include all settings starting with "event"
cfconfig import from=.CFConfig.json includeList=event*
# Exclude all keys called "password" regardless of what struct they are in
cfconfig import from=.CFConfig.json excludeList=**.passwordAppend flag
cfconfig import from=.CFConfig.json includeList=datasources --appendLast updated
Was this helpful?