From: Steve Sutton Date: Tue, 13 Dec 2016 14:47:36 +0000 (-0500) Subject: Updating connection config for postgres X-Git-Tag: v1.0.1^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a4898f9efffb074b605a92f4af9ce9c300767755;p=WP-Themes%2Fharborcountry.git Updating connection config for postgres Using the full domain for ds4.gaslightmedia.com --- diff --git a/setup/config/server.ini b/setup/config/server.ini index ad0c426..b5194c9 100644 --- a/setup/config/server.ini +++ b/setup/config/server.ini @@ -78,7 +78,8 @@ database.adapter = "pgsql" ; error message displayed - used for GLM_DB class database.error.message = "An error has occured with the database!" ; host to connect to -database.params.host = "ds4" +database.params.host = "ds4.gaslightmedia.com" +;database.params.host = "66.129.41.10" ; username to connect as database.params.username = "nobody" ; database name to connect to diff --git a/style.css b/style.css index 9f42049..c80374e 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: HarborCountry Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for HarborCountry -Version: 1.0.0 +Version: 1.0.1 */