From 4566c4cc07b3a9e688bcf70637b0f4d183a90464 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Fri, 30 Sep 2016 14:16:58 -0400 Subject: [PATCH] copy db over to local --- setup.phtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.phtml b/setup.phtml index 2878bd5..d3e603f 100755 --- a/setup.phtml +++ b/setup.phtml @@ -126,7 +126,7 @@ $BASE_URL = "http://$base_url"; // Use the $BASE_URL for secure URL on Devsys $BASE_SECURE_URL = $BASE_URL; //define("CONN_STR","host=devsys dbname=mackinacbridge"); - define("CONN_STR","host=ds4 user=nobody dbname=mackinacbridge2"); + define("CONN_STR","host=localhost user=nobody dbname=mackinacbridge2"); define("OWNER_EMAIL", "steve@gaslightmedia.com"); // site owner's email address define("FROM_NEWS_EMAIL", "info@gaslightmedia.com"); // site owner's email address define("REPLY_TO", "info@gaslightmedia.com"); // the reply-to field for email's -- 2.17.1