Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created July 5, 2019 16:49
Show Gist options
  • Save parzibyte/55e42bc15f8a37f15b816a94c3d5ffe1 to your computer and use it in GitHub Desktop.
Save parzibyte/55e42bc15f8a37f15b816a94c3d5ffe1 to your computer and use it in GitHub Desktop.
#<?php
$db['default'] = array(
'dsn' => 'mysql:host=localhost;dbname=ventas',
'hostname' => 'localhost',
'username' => 'root',
'password' => '',
'database' => 'ventas',
'dbdriver' => 'pdo',
'dbprefix' => '',
'pconnect' => FALSE,
'db_debug' => (ENVIRONMENT !== 'production'),
'cache_on' => FALSE,
'cachedir' => '',
'char_set' => 'utf8',
'dbcollat' => 'utf8_general_ci',
'swap_pre' => '',
'encrypt' => FALSE,
'compress' => FALSE,
'stricton' => FALSE,
'failover' => array(),
'save_queries' => TRUE
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment