<?php 
/** 
 * Licensing and applications manager. 
 * 
 * @author    Josantonius <[email protected]> 
 * @copyright 2017 - 2018 (c) Josantonius - License Handler 
 * @license   https://opensource.org/licenses/MIT - The MIT License (MIT) 
 * @link      https://github.com/eliasis-framework/license-handler.git 
 * @since     1.0.1 
 */ 
return [ 
    'plugin' => [ 
        'license-handler' => [ 
            'db-id' => 'app', 
            'db-prefix' => 'test_', 
            'db-charset' => 'utf8', 
            'db-engine' => 'innodb' 
        ], 
    ], 
]; 
 
 |