Skip to content

Commit

Permalink
Remove js key
Browse files Browse the repository at this point in the history
  • Loading branch information
Rico237 committed Jul 14, 2019
1 parent 5d302bd commit 012ded4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ let api = new ParseServer({
cloud: process.env.CLOUD_CODE_MAIN || __dirname + '/cloud/main.js',
appId: process.env.APP_ID,
masterKey: process.env.MASTER_KEY,
javascriptKey: process.env.JAVASCRIPT_KEY,
filesAdapter: gcsAdapter,
serverURL: process.env.SERVER_URL,
publicServerURL: process.env.PUBLIC_URL,
Expand Down

0 comments on commit 012ded4

Please sign in to comment.