Advertisement
Guest User

Untitled

a guest
Sep 27th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php
  2. defined('BASEPATH') OR exit('No direct script access allowed');
  3. $active_group = 'default';
  4. $query_builder = TRUE;
  5.  
  6. $db['default'] = array(
  7.     'dsn'   => '',
  8.     'hostname' => 'localhost',
  9.     'username' => 'root',
  10.     'password' => '',
  11.     'database' => 'tutorial_ajaxci',
  12.     'dbdriver' => 'mysqli',
  13.     'dbprefix' => '',
  14.     'pconnect' => FALSE,
  15.     'db_debug' => (ENVIRONMENT !== 'production'),
  16.     'cache_on' => FALSE,
  17.     'cachedir' => '',
  18.     'char_set' => 'utf8',
  19.     'dbcollat' => 'utf8_general_ci',
  20.     'swap_pre' => '',
  21.     'encrypt' => FALSE,
  22.     'compress' => FALSE,
  23.     'stricton' => FALSE,
  24.     'failover' => array(),
  25.     'save_queries' => TRUE
  26. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement