Difference between revisions of "Key: EnableErrorMailsToDevelopers"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:System_keys]] |
+ | {{HelpFiles_Deployment}} | ||
| | ||
− | + | ==Key: EnableErrorMailsToDevelopers== | |
===Syntax=== | ===Syntax=== |
Latest revision as of 10:24, 7 February 2012
<accesscontrol>Main:MyGroup</accesscontrol>
Key: EnableErrorMailsToDevelopers
Syntax
<add key="EnableErrorMailsToDevelopers" value="[TRUE/FALSE]"/>
[TRUE/FALSE]: Either insert "true" or "false" into value
Purpose
<EnableErrorMailsToDevelopers>: this key controls if the system will send automated error messages to developers in a release build, so that developers can consider the errors. Value: true/false.
This value is mostly used internally in CatGlobe and should not be set by clients.
This key is optional and its default value is "true".
Example of key
<add key="EnableErrorMailsToDevelopers" value="false"/>