Yes, just use heroku configin the application that has redistogo, and find the REDISTOGO_URL configuration variable and then copy this value and then create the heroku configuration variable in the second application with the same value
heroku config:add REDISTOGO_URL=<value_from_app_a>
source
share