Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set REDIS_HOST and REDIS_PORT as env vars for the app #222

Open
dvalfre opened this issue Sep 19, 2023 · 0 comments
Open

Set REDIS_HOST and REDIS_PORT as env vars for the app #222

dvalfre opened this issue Sep 19, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@dvalfre
Copy link
Contributor

dvalfre commented Sep 19, 2023

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.

@dvalfre dvalfre added the enhancement New feature or request label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant