Database Engine
Info about the database that powers every plugin.
Configuring Cereal
{
"mode": "FILE", // Also supports MongoDB
"nodeId": "c88272c9-f0e1-4b99-8df5-3d138e6d6bd7",
"mongoDBConfig": {
"uri": "",
"database": ""
},
"fileConfig": {},
"cacheConfig": {
"expireAfterAccessMinutes": 60,
"expireAfterWriteMinutes": 60
},
"debug": true
}Special Config Options
Last updated