<?php
/**
*  aMember Pro Config File
*
*     Author: Alex Scott
*      Email: alex@cgi-central.net
*        Web: http://www.amember.com/
*    FileName $RCSfile$
*    Release: 4.2.9 ($Revision$)
*
* Please direct bug reports,suggestions or feedback to the cgi-central forums.
* http://www.cgi-central.net/forums
*
* aMember PRO is a commercial software. Any distribution is strictly prohibited.
*/


return array(
    'db' => array(
        'mysql' => array(
            'db'    => 'planet5_amember1',
            'user'  => 'planet5_amember1',
            'pass'  => 'n2i5bXQi6yPk',
            'host'  => 'localhost',
            'prefix' => 'am_',
            'port'  => '',
        ),
    ),
);
