feathersjs/feathers-redux

View on GitHub
example/config/default.json

Summary

Maintainability
Test Coverage
{
  "host": "localhost",
  "port": 3030,
  "public": "../public/",
  "paginate": {
    "default": 10,
    "max": 50
  },
  "nedb": "../data"
}