From 44e082015237670c3a72f4d7c56e50faeac6dbb1 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Mon, 13 Feb 2017 09:28:57 -0500 Subject: [PATCH] setup config updates change dev to use app from live site. --- setup/config/server.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup/config/server.ini b/setup/config/server.ini index a1c640d..05246ad 100644 --- a/setup/config/server.ini +++ b/setup/config/server.ini @@ -161,7 +161,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.saultstemarie.com/" +site_url = "http://www.saultstemarie.com/" mobile.link = mobile.hostname = Off @@ -169,8 +169,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://app.gaslightmedia.com/" +app.base_secure_url = "https://app.gaslightmedia.com/" error.reporting[] = E_ALL error.reporting[] = E_NOTICE -- 2.17.1