From a4898f9efffb074b605a92f4af9ce9c300767755 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Tue, 13 Dec 2016 09:47:36 -0500 Subject: [PATCH] Updating connection config for postgres Using the full domain for ds4.gaslightmedia.com --- setup/config/server.ini | 3 ++- style.css | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) 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 */ -- 2.17.1