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

Instructions for setting up environment variables are wrong #14

Open
campbellbartlett opened this issue Nov 18, 2020 · 0 comments
Open

Comments

@campbellbartlett
Copy link

In the set-up instructions for the speedy docker image (/speedy/docker/speedy/readme.md) it states that the environment variable to set the influxDB name should be:
SPEEDY_DB_NAME

However in index.js, it is reading the environment variable from:
process.env.INFLUXDB_DB

This should be updated to match, either in the readme or in the index.js file. I am happy to open a PR with the change, but not sure which you would prefer changed (considering any backwards compatibility you might want for anyone currently using the image).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant