Commit 4bbec476 by Reeba

Database change

parent e00a57ed
<?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["uri_protocol"] = "REQUEST_URI";
$config["url_suffix"] = " ";
......
......@@ -2,9 +2,9 @@
$query_builder = TRUE;
$db["default"] = array("dsn" => "",
"hostname" => "localhost",
"username" => "root" ,
"password" => "",
"database" => "tobin_clickart",
"username" => "clickartNew" ,
"password" => "Golden_123",
"database" => "techlabz_ClickartNew",
"dbdriver" => "mysqli",
"pconnect" => FALSE,
"db_debug" => (ENVIRONMENT !== "production"),
......
<?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["uri_protocol"] = "REQUEST_URI";
$config["url_suffix"] = " ";
......
......@@ -2,9 +2,9 @@
$query_builder = TRUE;
$db["default"] = array("dsn" => "",
"hostname" => "localhost",
"username" => "root" ,
"password" => "",
"database" => "tobin_clickart",
"username" => "clickartNew" ,
"password" => "Golden_123",
"database" => "techlabz_ClickartNew",
"dbdriver" => "mysqli",
"pconnect" => FALSE,
"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