You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've removed the UCLDC_DEBUG variable from the Cloudformation template, but that means for a -stage or -test instance, we need to manually add it.
Instead, we should modify the application to accept falsy values for UCLDC_DEBUG as flags to turn off Django's debug, then we should add the UCLDC_DEBUG environment variable back into the Cloudformation template, and set it to true for -stage and false for production beanstalks
The text was updated successfully, but these errors were encountered:
Currently, in order to turn off Django's debug functionality, the UCLDC_DEBUG environment variable needs to be completely
unset
(https://github.com/cdlib/pad-rikolti-deploy/commit/fa628e336376ed07c710da07ae8e7807f340d510).I've removed the UCLDC_DEBUG variable from the Cloudformation template, but that means for a -stage or -test instance, we need to manually add it.
Instead, we should modify the application to accept falsy values for UCLDC_DEBUG as flags to turn off Django's debug, then we should add the UCLDC_DEBUG environment variable back into the Cloudformation template, and set it to true for -stage and false for production beanstalks
The text was updated successfully, but these errors were encountered: