Skip to content

Commit 637e7c2

Browse files
committed
Note that rest key is required for Parse.com apps
1 parent ef6b2c1 commit 637e7c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Next add your app info into `parse-dashboard/Parse-Dashboard/parse-dashboard-con
2929

3030
Ensure your Parse Server version is `>= 2.1.4`. The dashboard will not work with Parse Server instances with lower versions.
3131

32-
You can also manage your apps that are hosted on Parse.com from the same dashboard. For these apps, you must specify your javascript key and set your server url to https://api.parse.com/1.
32+
You can also manage your apps that are hosted on Parse.com from the same dashboard. For these apps, you must specify your rest key and javascript key, and set your server url to https://api.parse.com/1.
3333

3434
```
3535
{
@@ -39,6 +39,7 @@ You can also manage your apps that are hosted on Parse.com from the same dashboa
3939
"appId": "myAppId",
4040
"masterKey": "myMasterKey",
4141
"javascriptKey": "myJavascriptKey",
42+
"restKey": "myRestKey",
4243
"appName": "My Parse.Com App"
4344
},
4445
{

0 commit comments

Comments
 (0)