Skip to content

Commit 488b5f1

Browse files
committed
Merge pull request #271 from ParsePlatform/no-default-master-key
Remove default master key.
2 parents 116c632 + 8f346df commit 488b5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

0 commit comments

Comments
 (0)