ietf-tools / www

A customized CMS for the IETF website
BSD 3-Clause "New" or "Revised" License
22 stars 45 forks source link

Use production settings as default in Helm chart #436

Closed microamp closed 2 months ago

microamp commented 2 months ago

It's better to use ietf.settings.production (where DEBUG is False) in both staging and prod.

rjsparks commented 2 months ago

Note that this is only ok (as in not dangerous) because the runtime code currently has no switches based on a notion of "am I in production or not" as the datatracker does. If such code ever comes in (to our extensions, or into wagtail, (or maybe we haven't discovered it in wagtail)), unintended unpleasant consequences become very likely.