pacificclimate/climate-explorer-backend

Make cache_control headers configurable

Opened this issue · 0 comments

PR #75 turned on cache control headers set to 24 hours. This is great for a production environment, since our data generally changes very slowly (a couple updates per year).

However, this is non-optimal for development. We should add a way to turn off the cache control headers globally for development environments.