Deprecated: Assigning the return value of new by reference is deprecated in /home/bluestat/public_html/source/index.php on line 477
Kalens - Blob - ViewGit - Blue Static
<?php
/*=====================================================================*\
|| ###################################################################
|| # Kalens [#]version[#]
|| # Copyright ©2002-[#]year[#] Iris Studios, Inc.
|| #
|| # This program is free software; you can redistribute it and/or modify
|| # it under the terms of the GNU General Public License as published by
|| # the Free Software Foundation; version [#]gpl[#] of the License.
|| #
|| # This program is distributed in the hope that it will be useful, but
|| # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
|| # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
|| # more details.
|| #
|| # You should have received a copy of the GNU General Public License along
|| # with this program; if not, write to the Free Software Foundation, Inc.,
|| # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
|| ###################################################################
\*=====================================================================*/

// ###################################################################
// ///////////////////////// SERVER NAME
// -------------------------------------------------------------------
// This is the name of the server you use to connect to your MySQL
// database. In most cases, this can be left as 'localhost'
$config['dbserver'] = 'localhost';

// ###################################################################
// ///////////////////////// USER NAME
// -------------------------------------------------------------------
// This is the name of the user who has access to your MySQL database.
// Blue Static can not provide this information, your host must.
$config['dbuser'] = 'mysql';

// ###################################################################
// ///////////////////////// USER PASSWORD
// -------------------------------------------------------------------
// This is the password for the user who has access to MySQL. Blue
// Static can not provide this information, your host must.
$config['dbpass'] = '';

// ###################################################################
// ///////////////////////// DATABASE NAME
// -------------------------------------------------------------------
// This is the name of the MySQL database that Kalens will  use to
// store information in. You or your host will have to make it.
$config['dbname'] = 'kalens';

// ###################################################################
// ///////////////////////// DATABASE LAYER
// -------------------------------------------------------------------
// You can choose what type of database to connect to here. You can
// use mysql (default and recommended), mysqli (for PHP5+), and
// pgsql (postgresql)
$config['dblayer'] = 'mysql';

// ###################################################################
// ///////////////////////// TABLE PREFIX
// -------------------------------------------------------------------
// If you want to have your database tables to have a certain prefix
// set that here. Make sure you include the underscore!
// Example: 'kal_' would result in 'kal_users'
$config['tableprefix'] = '';

// ###################################################################
// ///////////////////////// COOKIE PREFIX
// -------------------------------------------------------------------
// If you need to change the prefix for the cookies set by the tracker
// you can change that here. In most cases, this can be left at the
// default value. You only need to change this if you have a good
// reason.
$config['cookieprefix'] = 'kal';

/*=====================================================================*\
|| ###################################################################
|| # $HeadURL$
|| # $Id$
|| ###################################################################
\*=====================================================================*/
?>