database config

parent 0d4a9e2f
Showing with 6 additions and 4 deletions
......@@ -77,9 +77,9 @@ $query_builder = TRUE;
$db['default'] = ENVIRONMENT == 'production' ?
array(
'dsn' => '',
'hostname' => '35.230.156.110',
'hostname' => '35.195.0.110',
'username' => 'appdbuser',
'password' => 'q3orh3q8r98345fh92834y',
'password' => 'ch0MPSKaNaCl9',
'database' => 'appdb',
'dbdriver' => 'mysqli',
'dbprefix' => '',
......@@ -121,9 +121,9 @@ array(
/*
$db['default'] = array(
'dsn' => '',
'hostname' => '35.195.0.110',
'hostname' => '35.230.156.110',
'username' => 'appdbuser',
'password' => 'ch0MPSKaNaCl9',
'password' => 'q3orh3q8r98345fh92834y',
'database' => 'appdb',
'dbdriver' => 'mysqli',
'dbprefix' => '',
......@@ -139,5 +139,6 @@ $db['default'] = array(
'stricton' => FALSE,
'failover' => array(),
'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