Adding the switch to turn on Helios errors when deployed to remote.
Currently the detailed errors are displayed only for local requests.
This commit is contained in:
parent
470f217374
commit
8bd2d01b11
|
|
@ -8,8 +8,11 @@
|
||||||
|
|
||||||
<appSettings>
|
<appSettings>
|
||||||
<!-- Change below value to 'false' to run on full desktop -->
|
<!-- Change below value to 'false' to run on full desktop -->
|
||||||
<add key="K" value="true" />
|
<add key="K" value="false" />
|
||||||
|
|
||||||
|
<!-- This will turn on detailed errors when deployed to remote servers -->
|
||||||
|
<!-- This setting is not recommended for production -->
|
||||||
|
<add key="K_DETAILED_ERRORS" value="true" />
|
||||||
</appSettings>
|
</appSettings>
|
||||||
|
|
||||||
</configuration>
|
</configuration>
|
||||||
Loading…
Reference in New Issue