Skip to content

Commit b735e9d

Browse files
authored
Merge pull request #76 from back4app/analytics-report-event
Analytics report event
2 parents 6384b8c + 11fca93 commit b735e9d

File tree

12 files changed

+2420
-2496
lines changed

12 files changed

+2420
-2496
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ npm-debug.log
1717
npm-debug.log.*
1818

1919
*.orig
20+
Parse-Dashboard/parse-dashboard-config.json
Lines changed: 1 addition & 78 deletions
Original file line numberDiff line numberDiff line change
@@ -1,80 +1,3 @@
11
{
2-
"apps": [
3-
{
4-
"apiKey": "33234033-ff53-4857-9822-7c095b29d1a1",
5-
"appNameForURL": "33234033-ff53-4857-9822-7c095b29d1a1",
6-
"id": "33234033-ff53-4857-9822-7c095b29d1a1",
7-
"loggerAdapter": {
8-
"module": "@back4app/back4app-logger-adapter",
9-
"options": {
10-
"udp": true,
11-
"logBody": true,
12-
"logBodyMillis": 100,
13-
"checkMasterKey": false,
14-
"defaults": {
15-
"timeout": 1000
16-
},
17-
"logServer": true,
18-
"logServerUrl": "http://loggerproxy.back4app.com:9900/apps_server",
19-
"logServerUdpHost": "loggerproxy.back4app.com",
20-
"logServerUdpPort": 49003,
21-
"logRequests": true,
22-
"logRequestsUrl": "http://loggerproxy.back4app.com:9900/apps_requests",
23-
"logRequestsUdpHost": "loggerproxy.back4app.com",
24-
"logRequestsUdpPort": 49002,
25-
"logConsole": true,
26-
"logConsoleUrl": "http://loggerproxy.back4app.com:9900/apps_console",
27-
"logConsoleUdpHost": "loggerproxy.back4app.com",
28-
"logConsoleUdpPort": 49001
29-
}
30-
},
31-
"databaseURI": "mongodb://admin:[email protected]/1092c422a65f4601b4853eca907e5f2d?connectTimeoutMS=30000",
32-
"appId": "DrcS4pwOkxngrYsikDRAbfCZjZMq6ZruzvdM2y7M",
33-
"masterKey": "rBWuaMCFiZzPy4IjkVFQVaeZPWb3ES3jdxIp5x8s",
34-
"restAPIKey": "w2iCq0AeshoUU8NbVjTGowFMFv1YvQ478EvEgueK",
35-
"javascriptKey": "0F2x31ceRPn871tO3Wc5Ua8a3mShFjb3V1kz3SrN",
36-
"clientKey": "hPjnbxiI6c0QVpJWzG5iUMerF1DXIuMlHIxhAWbE",
37-
"fileKey": "c71eb128-0e57-4cde-af58-808f90e397a1",
38-
"dotNetKey": "JH8AS3LO6GlogstmWevuKbs72UrRRJldnfIG9EIK4Vwc",
39-
"webhookKey": "QhO0QZZM9pJ632rzCqEYWSp4A9fO3vCah045ZNe7",
40-
"cloud": "cloudCodeWrapper.js",
41-
"logsFolder": "./data/parseLogs/",
42-
"verbose": false,
43-
"serverURL": "http://localhost:3333",
44-
"publicServerURL": "http://localhost:3333",
45-
"appName": "teste queijo",
46-
"emailAdapter": {
47-
"module": "parse-server-mandrill-adapter",
48-
"options": {
49-
"apiKey": "C6rFORDBBMHYgdPQZYxKqQ",
50-
"fromEmail": "[email protected]",
51-
"replyTo": "[email protected]",
52-
"displayName": "",
53-
"verificationSubject": "",
54-
"verificationBody": "",
55-
"passwordResetSubject": "",
56-
"passwordResetBody": ""
57-
}
58-
},
59-
"push": {
60-
"osx": [
61-
{
62-
"_id": "c5ecc30c-415d-4feb-885e-93d59eadd7c0",
63-
"pfx": "/Users/paiva/b4a/com.back4app.macos.p12",
64-
"bundleId": "com.back4app.macos",
65-
"production": true,
66-
"expiresAt": "2019-07-19T12:37:17.000Z"
67-
},
68-
{
69-
"_id": "c5ecc30c-415d-4feb-885e-93d59eadd7c1",
70-
"pfx": "/Users/paiva/b4a/com.back4app.macos_developer.p12",
71-
"bundleId": "com.back4app.macos",
72-
"production": false,
73-
"expiresAt": "2019-07-19T12:37:17.000Z"
74-
}
75-
]
76-
},
77-
"production": true
78-
}
79-
]
2+
"apps": []
803
}

0 commit comments

Comments
 (0)