; 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
; 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
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
error.ident = ""
error.conf.path = "/var/www/server/"
-database.params.host = "192.168.99.205"
+database.params.host = "devdb"
development = On