Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 387 Bytes

module-cf-mappings.md

File metadata and controls

8 lines (5 loc) · 387 Bytes

Module CF Mappings

Every module can tell ColdBox what ColdFusion mapping to register for it that points to the module root location on disk when deployed. This is a huge feature for portability and the ability to influence the ColdFusion mappings for you via ColdBox. Just create a this.cfmapping property in your ModuleConfig.cfc:

this.cfmapping = "cbstore";