express-keenio
Version:
Express middleware for creating events from request-responses.
32 lines (31 loc) • 794 B
JSON
{
"client": {
"projectId": "<project-id>",
"writeKey": "<write-key>"
},
"defaults": {
"addons": {
"ipToGeo": true,
"userAgentParser": true
},
"eventualSchemas": {
"cache": true,
"cachePath": "./route-schemas.cache",
"query": {
"MAX_PROPERTIES": 5,
"NUMBER_OF_INSTANCES": 5,
"NUMBER_OF_DAYS": 7
},
"body": {
"MAX_PROPERTIES": 5,
"NUMBER_OF_INSTANCES": 5,
"NUMBER_OF_DAYS": 7
},
"reaction": {
"MAX_PROPERTIES": 5,
"NUMBER_OF_INSTANCES": 5,
"NUMBER_OF_DAYS": 7
}
}
}
}