We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5cb3876 + 26fa932 commit 7107a9eCopy full SHA for 7107a9e
index.js
@@ -14,7 +14,7 @@ var api = new ParseServer({
14
databaseURI: databaseUri || 'mongodb://localhost:27017/dev',
15
cloud: process.env.CLOUD_CODE_MAIN || __dirname + '/cloud/main.js',
16
appId: process.env.APP_ID || 'myAppId',
17
- masterKey: process.env.MASTER_KEY || 'myMasterKey'
+ masterKey: process.env.MASTER_KEY || '' //Add your master key here. Keep it secret!
18
});
19
// Client-keys like the javascript key or the .NET key are not necessary with parse-server
20
// If you wish you require them, you can set them as options in the initialization above:
0 commit comments