Skip to content

Commit

Permalink
remove master key, fix #165
Browse files Browse the repository at this point in the history
  • Loading branch information
bartonhammond committed Nov 17, 2016
1 parent b845be0 commit 05ffc41
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ Please refer to [https://github.com/bartonhammond/snowflake-parse-heroku](https:
```
PARSE: {
appId: 'snowflake', // match APP_ID in parse-server's index.js
masterKey: 'F6NmZRK2VBncbdJCJRvPPJWyMLTjzPeWeX', // match MASTER_KEY in parse-server's index.js
local: {
url: 'http://localhost:1337/parse' // match SERVER_URL in parse-server's index.js
},
Expand Down
1 change: 0 additions & 1 deletion src/lib/config.example.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = {
},
PARSE: {
appId: 'snowflake', // match APP_ID in parse-server's index.js
masterKey: 'myMasterKey', // match MASTER_KEY in parse-server's index.js
local: {
url: 'http://localhost:1337/parse' // match SERVER_URL in parse-server's index.js
},
Expand Down

0 comments on commit 05ffc41

Please sign in to comment.