Skip to content

Commit 8f346df

Browse files
committed
Remove default master key.
If there is a default master key, people will inevitably use it. And that would be bad.
1 parent 7cc77c7 commit 8f346df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ var api = new ParseServer({
5858
databaseURI: 'mongodb://localhost:27017/dev',
5959
cloud: '/home/myApp/cloud/main.js', // Provide an absolute path
6060
appId: 'myAppId',
61-
masterKey: 'mySecretMasterKey',
61+
masterKey: '', //Add your master key here. Keep it secret!
6262
fileKey: 'optionalFileKey',
6363
serverURL: 'http://localhost:' + port + '/parse' // Don't forget to change to https if needed
6464
});

0 commit comments

Comments
 (0)