Package Exports
- @willsoto/node-konfig-vault
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@willsoto/node-konfig-vault) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Node Konfig Vault
Thanks to Konfig for the inspiration. This library would not have been possible without it.
Documentation is available at https://willsoto.github.io/node-konfig/
Installation
npm install @willsoto/node-konfig-vaultyarn add @willsoto/node-konfig-vaultpnpm add @willsoto/node-konfig-vaultQuick look
import * as Konfig from "@willsoto/node-konfig-core";
import { VaultLoader } from "@willsoto/node-konfig-vault";
const loader = new VaultLoader({
secrets: [
{
key: "secret/data/database",
},
],
});