@adobe/helix-config
v5.10.1
Published
Helix Config
Maintainers
Keywords
Readme
Helix Config
Helix Configuration Library
Status
Installation
$ npm install @adobe/helix-configUsage
See the API documentation.
Configuration
Access and secretIds
secretId (and legacy apiKeyId) can be set on access.preview, access.live, and access.site. The normalized config only has access.preview and access.live; access.site is used only during resolution. For each partition, the effective secretIds (and allow) are the merge of the partition’s list and access.site’s list—site values are merged in, not used as fallback only when the partition is empty.
Development
Build
$ npm installTest
$ npm testLint
$ npm run lint