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.
1 parent 7cc77c7 commit 8f346dfCopy full SHA for 8f346df
README.md
@@ -58,7 +58,7 @@ var api = new ParseServer({
58
databaseURI: 'mongodb://localhost:27017/dev',
59
cloud: '/home/myApp/cloud/main.js', // Provide an absolute path
60
appId: 'myAppId',
61
- masterKey: 'mySecretMasterKey',
+ masterKey: '', //Add your master key here. Keep it secret!
62
fileKey: 'optionalFileKey',
63
serverURL: 'http://localhost:' + port + '/parse' // Don't forget to change to https if needed
64
});
0 commit comments