Skip to content

italkco/sails-hook-parse-dashboard

Repository files navigation

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

About

Sails hook for integrating Parse Dashboard

Resources

License

Stars

Watchers

Forks

Packages

No packages published