We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 704e1da commit 8d58d2aCopy full SHA for 8d58d2a
1 file changed
index.js
@@ -14,8 +14,8 @@ if (!databaseUri) {
14
var api = new ParseServer({
15
databaseURI: databaseUri || 'mongodb://localhost:27017/dev',
16
cloud: process.env.CLOUD_CODE_MAIN || __dirname + '/cloud/main.js',
17
- appId: process.env.APP_ID || 'myAppId',
18
- masterKey: process.env.MASTER_KEY || '', //Add your master key here. Keep it secret!
+ appId: process.env.APP_ID || 'hgucqgaFTkbXBVnE2DG0T67n5OF9FbxlSxqKrPDE',
+ masterKey: process.env.MASTER_KEY || 'P97yAnJpYkleoA0BXbMHpJ9nL0KkzBaxcRSyiMRk', //Add your master key here. Keep it secret!
19
serverURL: process.env.SERVER_URL || 'http://localhost:1337/parse', // Don't forget to change to https if needed
20
liveQuery: {
21
classNames: ["Posts", "Comments"] // List of classes to support for query subscriptions
0 commit comments