We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 116c632 + 8f346df commit 488b5f1Copy full SHA for 488b5f1
README.md
@@ -60,7 +60,7 @@ var api = new ParseServer({
60
databaseURI: 'mongodb://localhost:27017/dev',
61
cloud: '/home/myApp/cloud/main.js', // Provide an absolute path
62
appId: 'myAppId',
63
- masterKey: 'mySecretMasterKey',
+ masterKey: '', //Add your master key here. Keep it secret!
64
fileKey: 'optionalFileKey',
65
serverURL: 'http://localhost:' + port + '/parse' // Don't forget to change to https if needed
66
});
0 commit comments