Documentation
Configuration / sql.connection
Sql connection for storing data such as metadata etc.
$moxieManagerConfig['sql.connection'] = 'sqlite:../data/storage/moxman.s3db';
or
$moxieManagerConfig['sql.connection'] = 'mysql:host=localhost;dbname=moxiemanager';
Should not be publicly accessible, but no real critical data is stored in this.