Updating connection config for postgres
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 13 Dec 2016 14:47:36 +0000 (09:47 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 13 Dec 2016 14:47:36 +0000 (09:47 -0500)
Using the full domain for ds4.gaslightmedia.com

setup/config/server.ini
style.css

index ad0c426..b5194c9 100644 (file)
@@ -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
index 9f42049..c80374e 100644 (file)
--- 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
 */