evoCore FrameWork

/conf folder

This folder holds the configuration files for this application (including your database and potentially other passwords!).

This is a configuration folder, it only needs to be accessed by PHP. It does not need to be accessed through the web directly.

See the comments in each file for details about configuration options.

Note: in order to do local testing with different settings than your server settings, you can also override some of your conf settings with files named _config_TEST.php and _overrides_TEST.php.

A global overview of the codebase can be found here.