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
Source https://devcenter.heroku.com/changelog-items/416 ENV_DIR is a directory that contains a file for each of the application’s configuration variables.
We should read that instead of relying on user defined values that are duplicated. People might forget REDIS_URL or SECRET_KEY_BASE, etc.
The text was updated successfully, but these errors were encountered:
Source https://devcenter.heroku.com/changelog-items/416
ENV_DIR
is a directory that contains a file for each of the application’s configuration variables.We should read that instead of relying on user defined values that are duplicated. People might forget
REDIS_URL
orSECRET_KEY_BASE
, etc.The text was updated successfully, but these errors were encountered: