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
{{ message }}
This repository has been archived by the owner on Nov 6, 2019. It is now read-only.
Use the "dotenv" gem.
Create a .env file - this should not be in the repo.
Configure heroku staging and production, eg heroku config:add PUSHER_URL="https://..." -rproduction
Lastly, copy .env to .env.example that looks like:
PUSHER_URL="https://example.com"
The text was updated successfully, but these errors were encountered:
Use the "dotenv" gem.
Create a .env file - this should not be in the repo.
Configure heroku staging and production, eg
heroku config:add PUSHER_URL="https://..." -rproduction
Lastly, copy .env to .env.example that looks like:
The text was updated successfully, but these errors were encountered: