diff --git a/application/config/database.php b/application/config/database.php new file mode 100644 index 00000000..a652d3fa --- /dev/null +++ b/application/config/database.php @@ -0,0 +1,118 @@ +db->last_query() and profiling of DB queries. +| When you run a query, with this setting set to TRUE (default), +| CodeIgniter will store the SQL statement for debugging purposes. +| However, this may cause high memory usage, especially if you run +| a lot of SQL queries ... disable this to avoid that problem. +| +| The $active_group variable lets you choose which connection group to +| make active. By default there is only one group (the 'default' group). +| +| The $query_builder variables lets you determine whether or not to load +| the query builder class. +*/ +$active_group = 'default'; +$query_builder = TRUE; + +$db['default'] = array( + 'dsn' => '', + 'hostname' => 'localhost', + 'username' => 'devcrmms1_bd', + 'password' => '.vB==c$s_Yk7', + 'database' => 'devcrmms1_dev', + 'dbdriver' => 'mysqli', + 'dbprefix' => '', + 'pconnect' => FALSE, + 'db_debug' => (ENVIRONMENT !== 'dev'), + 'cache_on' => FALSE, + 'cachedir' => '', + 'char_set' => 'utf8', + 'dbcollat' => 'utf8_general_ci', + 'swap_pre' => '', + 'encrypt' => FALSE, + 'compress' => FALSE, + 'stricton' => FALSE, + 'failover' => array(), + 'save_queries' => TRUE +); + +$db['ms1inscription'] = array( + 'dsn' => '', + 'hostname' => 'localhost', + 'username' => 'devinscription_bd', + 'password' => 'x$@_v0-l_I((', + 'database' => 'devinscription_prod', + 'dbdriver' => 'mysqli', + 'dbprefix' => '', + 'pconnect' => FALSE, + 'db_debug' => (ENVIRONMENT !== 'dev'), + 'cache_on' => FALSE, + 'cachedir' => '', + 'char_set' => 'utf8', + 'dbcollat' => 'utf8_general_ci', + 'swap_pre' => '', + 'encrypt' => FALSE, + 'compress' => FALSE, + 'stricton' => FALSE, + 'failover' => array(), + 'save_queries' => TRUE +); diff --git a/deploy_dev.php b/deploy_dev.php new file mode 100644 index 00000000..5e7ddeaf --- /dev/null +++ b/deploy_dev.php @@ -0,0 +1,3 @@ +&1');