Skip to content

Commit

Permalink
undo changes in parse-dashboard-config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
vardhan0604 committed Jun 27, 2024
1 parent 9876a2f commit 6efa332
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Parse-Dashboard/parse-dashboard-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@
"apps": [
{
"serverURL": "http://localhost:1337/parse",
"appId": "1234",
"masterKey": "12345",
"appName": "MyApp"
"appId": "hello",
"masterKey": "world",
"appName": "",
"iconName": "",
"primaryBackgroundColor": "",
"secondaryBackgroundColor": ""
}
]
],
"iconsFolder": "icons"
}

0 comments on commit 6efa332

Please sign in to comment.