Improve configuration
Repository details (fly-the-rainbow-flag.com)
- Project page
- fly-the-rainbow-flag.com
- Project log category
- fly-the-rainbow-flag.com (118 entries)
- Repository
- @joelpurra/fly-the-rainbow-flag.com
- Owner
- @joelpurra
- Issues
- Issues on Github
- Contributors
- Contributors on Github
- Project status
- ⏲️ This project has had recent commits.
- 📂 This project is open.
- 🤷 This project is not particularly popular.
- Repository activity period
- 🗓—
- Commits
- 118 commits
- Stars
- 2 stars
Commit details (179fee0a)
- Author
- Joel Purra
- Authored at
- Committer
- Joel Purra
- Committed at
Commit message
Improve configuration
- Add basic configuration assertion failure messages
- Parse and handle non-string configuration values.
- Opted not to use
parseValues
fromnconf
throughconfigvention
, but if separated it could be an option.- Configuration name underscores to support environment variables.
- Rename AWS configuration names to match the ones officially used by
aws-sdk
.
- Since
configvention
configuration values may be loaded from file (and not injected intoprocess.env
), they may_ not get picked up byaws-sdk
. To be sure, they need to be injected manually.- Add
ftrf
"vendor" configuration name prefix to separate from other (prefixed) vendors.
Raw text
Improve configuration - Add basic configuration assertion failure messages - Parse and handle non-string configuration values. - Opted not to use `parseValues` from `nconf` through `configvention`, but if separated it could be an option. - Configuration name underscores to support environment variables. - Rename AWS configuration names to match the ones officially used by `aws-sdk`. - Since `configvention` configuration values may be loaded from file (and not _injected into `process.env`), they_ may_ not get picked up by `aws-sdk`. To be sure, they need to be injected manually. - Add `ftrf` "vendor" configuration name prefix to separate from other (prefixed) vendors.