-
-
Notifications
You must be signed in to change notification settings - Fork 122
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: expose some config options as env variables #1099
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1099 +/- ##
=======================================
Coverage 91.39% 91.39%
=======================================
Files 97 97
Lines 2708 2708
Branches 463 463
=======================================
Hits 2475 2475
Misses 223 223
Partials 10 10
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
Confirmed it's working on a real installation. |
# [2.20.0](v2.19.1...v2.20.0) (2022-03-20) ### Bug Fixes * **bluetooth-classic:** increase change detection speed ([6325937](6325937)), closes [#775](#775) * **docker:** include heatmap dependencies in image ([7cf5de1](7cf5de1)), closes [#826](#826) ### Features * **bluetooth:** add configuration options for noise filter ([85981ee](85981ee)), closes [#775](#775) * expose some config options as env variables ([#1099](#1099)) ([3ae8e9a](3ae8e9a)), closes [#1094](#1094)
🎉 This PR is included in version 2.20.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
# [3.0.0-beta.5](v3.0.0-beta.4...v3.0.0-beta.5) (2022-03-20) ### Bug Fixes * **bluetooth-classic:** increase change detection speed ([6325937](6325937)), closes [#775](#775) * **docker:** include heatmap dependencies in image ([7cf5de1](7cf5de1)), closes [#826](#826) ### Features * **bluetooth:** add configuration options for noise filter ([85981ee](85981ee)), closes [#775](#775) * expose some config options as env variables ([#1099](#1099)) ([3ae8e9a](3ae8e9a)), closes [#1094](#1094)
🎉 This PR is included in version 3.0.0-beta.5 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the change
Adds custom environment variable mappings for use by node-config. For now, it only includes a subset of options as suggested in the issue which triggered this PR.
Note: I haven't tested these changes with a real installation yet, just on my dev machine. Will merge after I had time to do real world tests.
Checklist
If you changed code:
npm test
)npm run format
)If you added a new integration:
docs/integrations/
docs/.vuepress/config.ts
anddocs/integrations/README.md
Additional information
Closes #1094.