Key: EnableErrorMailsToDevelopers

From Catglobe Wiki
Revision as of 11:24, 7 February 2012 by Cg pham (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

<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"/>