We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9876a2f commit 6efa332Copy full SHA for 6efa332
Parse-Dashboard/parse-dashboard-config.json
@@ -2,9 +2,13 @@
2
"apps": [
3
{
4
"serverURL": "http://localhost:1337/parse",
5
- "appId": "1234",
6
- "masterKey": "12345",
7
- "appName": "MyApp"
+ "appId": "hello",
+ "masterKey": "world",
+ "appName": "",
8
+ "iconName": "",
9
+ "primaryBackgroundColor": "",
10
+ "secondaryBackgroundColor": ""
11
}
- ]
12
+ ],
13
+ "iconsFolder": "icons"
14
0 commit comments