@secretary/json-file-adapter
v4.2.1
Published
JSON File adapter for Secretary
Downloads
241
Readme
Secretary - JSON File Adapter
This is the JSON File adapter for Secretary
Important
This adapter does NOT use any encryption. It should NOT be used in production.
Installation
$ npm install @secretary/core @secretary/json-file-adapter
Usage
Creating the manager
import {Manager} from '@secretary/core';
import {Adapter} from '@secretary/hashicorp-vault-adapter';
const manager = new Manager({file: new Adapter({file: '../path/to/my/secrets'})});