Skip to content

Commit 6efa332

Browse files
committed
undo changes in parse-dashboard-config.json
1 parent 9876a2f commit 6efa332

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

Parse-Dashboard/parse-dashboard-config.json

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

0 commit comments

Comments
 (0)