-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathparse.json
More file actions
54 lines (54 loc) · 1.29 KB
/
parse.json
File metadata and controls
54 lines (54 loc) · 1.29 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
44
45
46
47
48
49
50
51
52
53
54
{
"enabled": {
"static": true,
"server": true,
"dashboard": true
},
"apps": [
{
"appName": "material",
"mountPath": "/parse",
"serverURL": "http://127.0.0.1:8080/parse",
"databaseURI": "mongodb://mongo:27017/parse",
"databaseOptions": {
"autoReconnect": true,
"poolSize": 10
},
"liveQuery": {
"redisURL": "redis://redis:6379/0",
"classNames": ["Notification"]
},
"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": "dist/material",
"rewrite": true,
"options": {
"index": "index.html"
}
}
]
}