'logs/', 'plugin' => 'PLUGIN', 'plugin_conf' => [ 'root_path' => '', ], // Remove this section if you are not using session authentication. 'session' => [ 'mysql' => [ 'dsn' => 'mysql:host=localhost;dbname=DATABASE;charset=utf8', 'username' => 'USER', 'password' => 'PASSWORD', 'tablename' => 'TABLE', ], 'timeout' => 60, ], ];