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
Currently, apps deployed on EY are required to read REDIS_HOST and REDIS_PORT from config/redis.yml.
This generates issues with local dev environment for which use env vars to pass config values to the app, let alone not being so 12-factor friendly.
Let's improve the ey-redis recipe to set those env vars on /app/<app_name>/shared/config/env.cloud. The functionality can be added to the redis configure recipe.
The text was updated successfully, but these errors were encountered:
Currently, apps deployed on EY are required to read
REDIS_HOST
andREDIS_PORT
fromconfig/redis.yml
.This generates issues with local dev environment for which use env vars to pass config values to the app, let alone not being so 12-factor friendly.
Let's improve the
ey-redis
recipe to set those env vars on/app/<app_name>/shared/config/env.cloud
. The functionality can be added to the redis configure recipe.The text was updated successfully, but these errors were encountered: