D
D
Documentation
Search…
Introduction
Why Ampersand?
Tutorial
Reactive programming
The language Ampersand
Running the Ampersand compiler
Architecture of an Ampersand Application
Deploying your Ampersand script
Reusing Available Modules
Exercises
Installing Ampersand
Modeling
Configuring your application
The Excel Importer
Plans
Research
Powered By
GitBook
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:
1.
a switch
debug-mode
to switch debugging information on and off
2.
code to switch different forms of logging on and off
3.
the time zone used at run-time
4.
a switch
display_errors
5.
a time limit for running PHP.
6.
a switch
productionEnv
to switch between development and production mode
7.
database credentials for the application to log into the database
8.
a switch loginEnabled to allow logging into the system
9.
a variable
allowedRolesForImporter
to specify roles with access to the
Excel importer
.
10.
run-time parameters for the
Exec engine
.
11.
run-time parameters for extensions such as OAuth.
Previous
Limitations of Ampersand
Next
The Excel Importer
Last modified
4yr ago
Export as PDF
Copy link