From e22cd5b607fd7bbf7932848e49d923b68fef6000 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 25 Feb 2015 08:51:00 -0500 Subject: [PATCH] Update dbhost and urls --- config/server.ini | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/server.ini b/config/server.ini index f02b39e..c742cc6 100644 --- a/config/server.ini +++ b/config/server.ini @@ -79,11 +79,11 @@ 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 = "ds3" +database.params.host = "ds4" ; username to connect as database.params.username = "nobody" ; database name to connect to -database.params.dbname = "golfmecca" +database.params.dbname = "gaylordgolfmecca" ; if we're in development mode or not development = Off @@ -164,7 +164,7 @@ resources.environment.css = "prod" ; development site configuration data inherits from production and ; overrides values as necessary [development : production] -site_url = "http://localhost:8080/www.gaylordgolfmecca.com/" +site_url = "http://dev53.gaslightmedia.com/www.gaylordgolfmecca.com/" mobile.link = mobile.hostname = Off @@ -172,8 +172,8 @@ mobile.hostname = Off google.search.key = "ABQIAAAANX0yQZ2OteLu_zqbwdfUuRTeX7yNUukyMrmY8FsCXcCA9axlYBTyhehgzuXOUfNI0E5UYHCLponA0A" google.maps.key = "ABQIAAAANX0yQZ2OteLu_zqbwdfUuRQsHGkczIjpqPY1-dTKNoaiGtfPJBTloI-YH7fzUV-bsMLwcy2Yjyti7A" -app.base_url = "http://localhost:8080/app.gaslightmedia.com/" -app.base_secure_url = "https:/localhost:8080/app.gaslightmedia.com/" +app.base_url = "http://dev53.gaslightmedia.com/app.gaslightmedia.com/" +app.base_secure_url = "https:/dev53.gaslightmedia.com/app.gaslightmedia.com/" error.reporting[] = E_ALL error.reporting[] = E_NOTICE @@ -181,7 +181,7 @@ error.display = 1 error.ident = "" error.conf.path = "/var/www/server/" -database.params.host = "192.168.99.205" +database.params.host = "devdb" development = On -- 2.17.1