Iridescent-CM / technovation-app

The team submission platform for the Technovation Challenge
https://technovationchallenge.org
GNU General Public License v3.0
7 stars 4 forks source link

Setup Redis on Preview environment #4467

Open shaun-technovation opened 5 months ago

shaun-technovation commented 5 months ago

Right now the Redis database on QA is shared between QA and Preview.

shaun-technovation commented 5 months ago

I setup Preview with it's own Redis database. Because it's a new database there aren't any Content & Settings setup for Preview yet (there are probably other things that depend on Redis that wouldn't be setup either). I think we should be good as far as setting up the Redis database, we just need to keep an eye out for any issue. 👍


Steps I took, on Heroku: technovation-preview -> Heroku Data for Redis -> Settings tab -> View Credentials

Then I copied the URI field, paste into the REDIS_URL config setting value.