Skip to content
This repository was archived by the owner on Mar 25, 2025. It is now read-only.

Commit 05ffc41

Browse files
committed
remove master key, fix #165
1 parent b845be0 commit 05ffc41

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ Please refer to [https://github.com/bartonhammond/snowflake-parse-heroku](https:
9393
```
9494
PARSE: {
9595
appId: 'snowflake', // match APP_ID in parse-server's index.js
96-
masterKey: 'F6NmZRK2VBncbdJCJRvPPJWyMLTjzPeWeX', // match MASTER_KEY in parse-server's index.js
9796
local: {
9897
url: 'http://localhost:1337/parse' // match SERVER_URL in parse-server's index.js
9998
},

src/lib/config.example.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ module.exports = {
1616
},
1717
PARSE: {
1818
appId: 'snowflake', // match APP_ID in parse-server's index.js
19-
masterKey: 'myMasterKey', // match MASTER_KEY in parse-server's index.js
2019
local: {
2120
url: 'http://localhost:1337/parse' // match SERVER_URL in parse-server's index.js
2221
},

0 commit comments

Comments
 (0)