ok
Direktori : /home2/selectio/www/geniusgroove.in/crm/api/application/config/ |
Current File : /home2/selectio/www/geniusgroove.in/crm/api/application/config/database.php |
<?php defined('BASEPATH') OR exit('No direct script access allowed'); $active_group = 'default'; $query_builder = TRUE; $db['default'] = array( 'dsn' => '', 'hostname' => 'localhost', 'username' => 'selectio_ggcrm', 'password' => 'selectio_ggcrm', 'database' => 'selectio_ggcrm', 'dbdriver' => 'mysqli', 'dbprefix' => '', 'pconnect' => FALSE, 'db_debug' => (ENVIRONMENT !== 'prodcution'), 'cache_on' => FALSE, 'cachedir' => '', 'char_set' => 'utf8', 'dbcollat' => 'utf8_general_ci', 'swap_pre' => '', 'encrypt' => FALSE, 'compress' => FALSE, 'stricton' => FALSE, 'failover' => array(), 'save_queries' => TRUE );