Releases: KTH/kth-node-configuration
Releases · KTH/kth-node-configuration
v2.1.0
What's Changed
- Bump @babel/traverse from 7.22.8 to 7.23.2 by @dependabot in #5
New Contributors
- @dependabot made their first contribution in #5
Full Changelog: v1.6.4...v2.1.0
Added Kopps unpacker
v1.3.2 Added unpack Kopps config
Fixed bug in param names for auth
v1.3.1 Fixed smtp-params for calls with auth
Added SMTP helper and protocol checks
v1.3.0 Bump version
Regression bug
v1.2.5 Regression bug
More fixes for Azure Redis
v1.2.4 Added tests and allow nested params in Redis URI
Added tests and added support for Azure Redis URI
v1.2.3 Added tests and allow nested params in Redis URI
Added mongodb config helper
v1.2.2 Bump version
Add a browser config handler
v1.2.0 Bump version
Simplified configuration
This is a breaking change that moves from dev/ref/prod-style configuration files to:
- commonSettings
- serverSettings
- browserSettings
- .env that contains secrets and overrides
We should now be able to have all dev configuration checked in with the code and only require an absolute minimum of settings in .env to start an application. For a basic node-api app nothing will need to be added provided mongo and redis is run on default ports. For a basic node-web app we will only need to add ldap username and password.