Update dbhost and urls
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 25 Feb 2015 13:51:00 +0000 (08:51 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 25 Feb 2015 13:51:00 +0000 (08:51 -0500)
config/server.ini

index f02b39e..c742cc6 100644 (file)
@@ -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