<?php
/**
 * Options for the simplemysqlclient plugin
 *
 * @author Heiko Heinz <heiko.heinz@soft2c.de>
 */

$meta['dbName'] = array('string');
$meta['serverName'] = array('string');
$meta['userName'] = array('string');
$meta['passWord'] = array('string');
$meta['allowedUserGroups'] = array('string');

