database config

parent 0d4a9e2f
Showing with 6 additions and 4 deletions
...@@ -77,9 +77,9 @@ $query_builder = TRUE; ...@@ -77,9 +77,9 @@ $query_builder = TRUE;
$db['default'] = ENVIRONMENT == 'production' ? $db['default'] = ENVIRONMENT == 'production' ?
array( array(
'dsn' => '', 'dsn' => '',
'hostname' => '35.230.156.110', 'hostname' => '35.195.0.110',
'username' => 'appdbuser', 'username' => 'appdbuser',
'password' => 'q3orh3q8r98345fh92834y', 'password' => 'ch0MPSKaNaCl9',
'database' => 'appdb', 'database' => 'appdb',
'dbdriver' => 'mysqli', 'dbdriver' => 'mysqli',
'dbprefix' => '', 'dbprefix' => '',
...@@ -121,9 +121,9 @@ array( ...@@ -121,9 +121,9 @@ array(
/* /*
$db['default'] = array( $db['default'] = array(
'dsn' => '', 'dsn' => '',
'hostname' => '35.195.0.110', 'hostname' => '35.230.156.110',
'username' => 'appdbuser', 'username' => 'appdbuser',
'password' => 'ch0MPSKaNaCl9', 'password' => 'q3orh3q8r98345fh92834y',
'database' => 'appdb', 'database' => 'appdb',
'dbdriver' => 'mysqli', 'dbdriver' => 'mysqli',
'dbprefix' => '', 'dbprefix' => '',
...@@ -139,5 +139,6 @@ $db['default'] = array( ...@@ -139,5 +139,6 @@ $db['default'] = array(
'stricton' => FALSE, 'stricton' => FALSE,
'failover' => array(), 'failover' => array(),
'save_queries' => TRUE 'save_queries' => TRUE
)
); );
*/ */
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment