-
-
Notifications
You must be signed in to change notification settings - Fork 214
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
feat(env): add Long Range key overrides from env #3766
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your PR! LGTM
@zwave-js-bot fix lint |
🐌 Please wait for the lint check to complete, then try again. |
@bobcob7 Could you fix lint issues please? |
Head branch was pushed to by a user without write access
I ran |
Pull Request Test Coverage Report for Build 9483901935Details
💛 - Coveralls |
Add environment variables to override the long range security keys.
KEY_LR_S2_Authenticated
KEY_LR_S2_AccessControl
Ideally, this shouldn't any features outside of configuration of the long range security keys on startup.
Seems to work on my local setup now. 🎉
Related Issue
Fixes #3765