<?php
// Bloggie Lite 0.0.2 Beta config.php file
// This file is auto generated , Please do not change anything in this file!
$dbms = 'mysql';
$dbhost = 'localhost';
$dbname = '';
$dbuser = '';
$dbpasswd = '';
define('INSTALLED',true );
$table_prefix = '';
define('POST_TBL',$table_prefix."posts" );
define('USER_TBL',$table_prefix."user" );
define('CAT_TBL',$table_prefix."category" );
define('COMMENT_TBL',$table_prefix."comment" );
define('SCODE_TBL',$table_prefix."scode" );
define('PREF_TBL',$table_prefix."pref" );
?>