Skip to content

Commit

Permalink
Merge pull request parse-community#271 from ParsePlatform/no-default-…
Browse files Browse the repository at this point in the history
…master-key

Remove default master key.
  • Loading branch information
drew-gross committed Feb 5, 2016
2 parents 116c632 + 8f346df commit 488b5f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ var api = new ParseServer({
databaseURI: 'mongodb://localhost:27017/dev',
cloud: '/home/myApp/cloud/main.js', // Provide an absolute path
appId: 'myAppId',
masterKey: 'mySecretMasterKey',
masterKey: '', //Add your master key here. Keep it secret!
fileKey: 'optionalFileKey',
serverURL: 'http://localhost:' + port + '/parse' // Don't forget to change to https if needed
});
Expand Down

0 comments on commit 488b5f1

Please sign in to comment.