The file localSettings.php contains code and switches to be used in the client-side application:
a switch debug-mode
to switch debugging information on and off
code to switch different forms of logging on and off
the time zone used at run-time
a switch display_errors
a time limit for running PHP.
a switch productionEnv
to switch between development and production mode
database credentials for the application to log into the database
a switch loginEnabled to allow logging into the system
a variable allowedRolesForImporter
to specify roles with access to the Excel importer.
run-time parameters for the Exec engine.
run-time parameters for extensions such as OAuth.