2.2.0 • Published 5 years ago

sails-hook-parse-dashboard v2.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

sails-hook-parse-dashboard

Sails hook for integrating Parse Dashboard

Getting Started

Install it via npm:

npm install sails-hook-parse-dashboard

Configure config/parse-dashboard.js in your project:

module.exports.parseDashboard = {

  mountPath: '/dashboard',

  parseDashboardConfig: {
    config: {
      apps: [
        ...
      ],
      users: [
        ...
      ],
      useEncryptedPasswords: true || false,
      trustProxy: true || false
      ...
    },

    options: {
      allowInsecureHTTP: true || false,
      ...
    }
  }
};

mountPath is routes prefix for Express middleware
parseDashboardConfig is configuration object for Parse Dashboard

Setup instructions for parseDashboardConfig are available here https://github.com/parse-community/parse-dashboard

License

MIT

2.2.0

5 years ago

2.1.1

5 years ago

2.1.0

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.0.1

6 years ago

1.0.0

6 years ago