We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Read redis config from environment variables (now it can only be set in the config.yml).
Read redis configuration from environment variables such as the following.
REDIS_HOST
REDIS_PORT
REDIS_DB_NUMBER
REDIS_PASSWORD
REDIS_USE_SSL
REDIS_EXPIRE_DAYS
The text was updated successfully, but these errors were encountered:
sdewitt-newrelic
Successfully merging a pull request may close this issue.
Summary
Read redis config from environment variables (now it can only be set in the config.yml).
Desired Behavior
Read redis configuration from environment variables such as the following.
REDIS_HOST
REDIS_PORT
REDIS_DB_NUMBER
REDIS_PASSWORD
REDIS_USE_SSL
REDIS_EXPIRE_DAYS
The text was updated successfully, but these errors were encountered: