-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparse.json
More file actions
43 lines (43 loc) · 1.07 KB
/
parse.json
File metadata and controls
43 lines (43 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"enabled": {
"static": true,
"server": true,
"dashboard": true
},
"apps": [{
"appName": "parse.server",
"mountPath": "/parse",
"serverURL": "http://127.0.0.1:8080/parse",
"databaseURI": "mongodb://127.0.0.1:27017/parse",
"databaseOptions": {
"poolSize": 10
},
"appId": "A9bVJTT5fmH5zqP8CPqDK1cva5NfkBP6",
"masterKey": "myLbNIjpf2Ibtb8UAGQzUuPnAfxBRSwS",
"readOnlyMasterKey": "efTxKLyn3V6kAk95qbThdpWfN0ayCHi7",
"fileKey": "N1u4P8BOCTODMxtMwF8i01a7hVgj7ZCK",
"clientKey": "eGjn5OM4aBzMqQ2HrBINmXFv9IbPNS6g",
"javascriptKey": "96SFBryScCCydhqwjG8ZhnsKjUC1jB5g",
"restAPIKey": "acsYoNjK8JrDUXkjThs86LLOkRHReFyM",
"webhookKey": "pRnUOeEiwgml4GsYBPSpF6j6rj4862PI"
}],
"dashboard": {
"mountPath": "/dashboard",
"useEncryptedPasswords": false,
"users": [{
"user": "admin",
"pass": "admin"
}],
"options": {
"allowInsecureHTTP": true
}
},
"statics": [{
"mountPath": "/",
"path": "public",
"rewrite": false,
"options": {
"index": "index.html"
}
}]
}