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>
|
||||
<!-- 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>
|
||||
|
||||
</configuration>
|
||||
Loading…
Reference in New Issue