UNPKG

955 BMarkdownView Raw
1# @feathersjs/configuration
2
3[![CI](https://github.com/feathersjs/feathers/workflows/CI/badge.svg)](https://github.com/feathersjs/feathers/actions?query=workflow%3ACI)
4[![Dependency Status](https://img.shields.io/david/feathersjs/feathers.svg?style=flat-square&path=packages/configuration)](https://david-dm.org/feathersjs/feathers?path=packages/configuration)
5[![Download Status](https://img.shields.io/npm/dm/@feathersjs/configuration.svg?style=flat-square)](https://www.npmjs.com/package/@feathersjs/configuration)
6
7> A small configuration module for your Feathers application.
8
9## Installation
10
11```
12npm install @feathersjs/configuration --save
13```
14
15## Documentation
16
17Refer to the [Feathers configuration API documentation](https://docs.feathersjs.com/api/configuration.html) for more details.
18
19## License
20
21Copyright (c) 2019 [Feathers contributors](https://github.com/feathersjs/client/graphs/contributors)
22
23Licensed under the [MIT license](LICENSE).