Skip to content

Commit 8d58d2a

Browse files
committed
Update index.js
1 parent 704e1da commit 8d58d2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ if (!databaseUri) {
1414
var api = new ParseServer({
1515
databaseURI: databaseUri || 'mongodb://localhost:27017/dev',
1616
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!
17+
appId: process.env.APP_ID || 'hgucqgaFTkbXBVnE2DG0T67n5OF9FbxlSxqKrPDE',
18+
masterKey: process.env.MASTER_KEY || 'P97yAnJpYkleoA0BXbMHpJ9nL0KkzBaxcRSyiMRk', //Add your master key here. Keep it secret!
1919
serverURL: process.env.SERVER_URL || 'http://localhost:1337/parse', // Don't forget to change to https if needed
2020
liveQuery: {
2121
classNames: ["Posts", "Comments"] // List of classes to support for query subscriptions

0 commit comments

Comments
 (0)