The "config" Directory
This directory contains Mura's configuration files. The files and their purpose are listed below.
Directory | Editable | Description |
---|---|---|
{context}/config/Application.cfc | No | This file prevents site visitors from navigating directly to any of the .CFM files contained within this directory. |
{context}/config/cfapplication.cfm | Yes | Experienced developers may add custom Application.cfc variables and/or ColdFusion/CFML mappings here. |
{context}/config/README.md | No | This file contains information about the files contained in this directory. |
{context}/config/settings.ini.cfm | Yes | This is an extremely important file, and contains many of the default settings for Mura. View the settings.ini.cfm reference guide for details. |