<?php
/**
* Save HTTP request information to the database.
*
* @author Josantonius <hello@josantonius.com>
* @copyright 2017 - 2018 (c) Josantonius - HTTP Request Logger
* @license https://opensource.org/licenses/MIT - The MIT License (MIT)
* @link https://github.com/eliasis-framework/http-request-logger.git
* @since 1.0.0
*/
return [
'plugin' => [
'http-request-logger' => [
'db-id' => 'app',
'db-prefix' => 'test_',
'db-charset' => 'utf8',
'db-engine' => 'innodb'
],
],
];
|