Skip to content

Commit

Permalink
undo changes in parse-dashboard-config.json
Browse files Browse the repository at this point in the history
Signed-off-by: Harshvardhan Sharma <[email protected]>
  • Loading branch information
vardhan0604 authored Jun 27, 2024
1 parent 9876a2f commit cedd72c
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions Parse-Dashboard/parse-dashboard-config.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
{
"apps": [
"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 cedd72c

Please sign in to comment.