19 lines
368 B
JSON
19 lines
368 B
JSON
{
|
|
"redisOplog": {
|
|
"redis": {
|
|
"port": 6379,
|
|
"host": "127.0.0.1"
|
|
},
|
|
"retryIntervalMs": 1000,
|
|
"mutationDefaults": {
|
|
"optimistic": true,
|
|
"pushToRedis": true
|
|
},
|
|
"cacheTimeout": 1800000,
|
|
"cacheTimer": 300000,
|
|
"secondaryReads": null,
|
|
"raceDetectionDelay": 1000,
|
|
"raceDetection": true,
|
|
"debug": false
|
|
}
|
|
} |