ColoradoSchoolOfMines / acm-site

Source code for acm.mines.edu
https://acm.mines.edu
GNU General Public License v3.0
2 stars 0 forks source link

Only show error stack trace in debug mode #53

Closed OxygenCobalt closed 1 year ago

OxygenCobalt commented 1 year ago

This PR makes it so that the 500 page only shows the stack trace of the error when NODE_ENV == development. This preserves security in production while making it easier to debug in the backend.