Documentation
Configuration / storage.engine
Storage engine, used for anything needing storage, mostly user specific data.
$moxieManagerConfig['storage.engine'] = 'json';
Possible options are
| json | Recommended |
| mysql | Experimental |
| sqlite | Experimental |
Please note, we recommend using the default json engine for this storage operation.
If you want extra security, configure the path to a directory above the wwwroot of your website.