feathersjs-ecosystem / configuration

[MOVED] A plugin for configuring a Feathers application

Home Page:https://github.com/feathersjs/feathers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@feathersjs/configuration

Important: The code for this module has been moved into the main Feathers repository at feathersjs/feathers (package direct link). Please open issues and pull requests there. No changes in your existing Feathers applications are necessary.

Build Status

A small configuration module for your Feathers application.

About

@feathersjs/configuration is a module that wraps node-config to configure your Feathers application.

npm install @feathersjs/configuration

const feathers = require('@feathersjs/feathers');
const configuration = require('@feathersjs/configuration');

// Use the application root and `config/` as the configuration folder
let app = feathers().configure(configuration())

See the Feathers configuration docs for the full API usage.

License

Copyright (c) 2018

Licensed under the MIT license.

About

[MOVED] A plugin for configuring a Feathers application

https://github.com/feathersjs/feathers

License:MIT License


Languages

Language:JavaScript 100.0%