Configuring your application
Local Settings for the client-side application
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 runtime
- 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. - runtime parameters for the Exec engine.
- runtime parameters for extensions such as OAuth.