Commit 4bbec476 by Reeba

Database change

parent e00a57ed
<?php defined("BASEPATH") OR exit("No direct script access allowed"); <?php defined("BASEPATH") OR exit("No direct script access allowed");
$config["base_url"] = "http://".$_SERVER["HTTP_HOST"].dirname($_SERVER["SCRIPT_NAME"]); $config["base_url"] = "https://".$_SERVER["HTTP_HOST"].dirname($_SERVER["SCRIPT_NAME"]);
$config["index_page"] = ""; $config["index_page"] = "";
$config["uri_protocol"] = "REQUEST_URI"; $config["uri_protocol"] = "REQUEST_URI";
$config["url_suffix"] = " "; $config["url_suffix"] = " ";
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
$query_builder = TRUE; $query_builder = TRUE;
$db["default"] = array("dsn" => "", $db["default"] = array("dsn" => "",
"hostname" => "localhost", "hostname" => "localhost",
"username" => "root" , "username" => "clickartNew" ,
"password" => "", "password" => "Golden_123",
"database" => "tobin_clickart", "database" => "techlabz_ClickartNew",
"dbdriver" => "mysqli", "dbdriver" => "mysqli",
"pconnect" => FALSE, "pconnect" => FALSE,
"db_debug" => (ENVIRONMENT !== "production"), "db_debug" => (ENVIRONMENT !== "production"),
......
<?php defined("BASEPATH") OR exit("No direct script access allowed"); <?php defined("BASEPATH") OR exit("No direct script access allowed");
$config["base_url"] = "http://".$_SERVER["HTTP_HOST"].dirname($_SERVER["SCRIPT_NAME"]); $config["base_url"] = "https://".$_SERVER["HTTP_HOST"].dirname($_SERVER["SCRIPT_NAME"]);
$config["index_page"] = ""; $config["index_page"] = "";
$config["uri_protocol"] = "REQUEST_URI"; $config["uri_protocol"] = "REQUEST_URI";
$config["url_suffix"] = " "; $config["url_suffix"] = " ";
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
$query_builder = TRUE; $query_builder = TRUE;
$db["default"] = array("dsn" => "", $db["default"] = array("dsn" => "",
"hostname" => "localhost", "hostname" => "localhost",
"username" => "root" , "username" => "clickartNew" ,
"password" => "", "password" => "Golden_123",
"database" => "tobin_clickart", "database" => "techlabz_ClickartNew",
"dbdriver" => "mysqli", "dbdriver" => "mysqli",
"pconnect" => FALSE, "pconnect" => FALSE,
"db_debug" => (ENVIRONMENT !== "production"), "db_debug" => (ENVIRONMENT !== "production"),
......
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 to comment