Env Var Overrides
cfconfig_adminPassword=myPasscfconfig_datasources_myDSN_password=myPass# JSON which will be parsed
cfconfig_mailServers=[{"port":"25","smtp":"localhost2"}]# dot-delimited keys
cfconfig_datasources.myDSN.password=myPass
# array indexes too
cfconfig_mailServers[1].smtp=mail.server.comTarget a Lucee/Railo specific server/web context
# Default (server context)
cfconfig_requestTimeout=...
# Force web context. (On adobe, just loaded normally)
cfconfig_web_requestTimeout=...
# Force server context- same as default. (On adobe, just loaded normally)
cfconfig_server_requestTimeout=...Last updated
Was this helpful?