sails-hook-parse-dashboard
v2.2.0
Published
Sails hook for integrating Parse Dashboard
Downloads
4
Readme
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 middlewareparseDashboardConfig
is configuration object for Parse Dashboard
Setup instructions for parseDashboardConfig
are available here https://github.com/parse-community/parse-dashboard