Skip to content

Commit 4077cbb

Browse files
committed
undo changes in Parse-Dashboard/parse-dashboard-config.json
1 parent 8e0b31e commit 4077cbb

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
{
2-
"apps": [
1+
"apps": [
32
{
43
"serverURL": "http://localhost:1337/parse",
5-
"appId": "1234",
6-
"masterKey": "12345",
7-
"appName": "MyApp"
4+
"appId": "hello",
5+
"masterKey": "world",
6+
"appName": "",
7+
"iconName": "",
8+
"primaryBackgroundColor": "",
9+
"secondaryBackgroundColor": ""
810
}
9-
]
11+
],
12+
"iconsFolder": "icons"
1013
}

0 commit comments

Comments
 (0)