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 offcode 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 modedatabase 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.
Last updated