From e9536495f9d1902df72f8b57841d986e45cf6845 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 14 Jun 2017 14:15:10 -0400 Subject: [PATCH] Update app urls for https --- config/server.ini | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/server.ini b/config/server.ini index 2ef0bf5..988f64c 100644 --- a/config/server.ini +++ b/config/server.ini @@ -1,7 +1,7 @@ ; Production site configuration data [production] ; Name used in the title tag, admin area and emails -site_url = "http://www.troutcreek.com/" +site_url = "https://www.troutcreek.com/" coupon_site_url = "www.troutcreek.com" ; Link URL to access mobile site to home page @@ -16,14 +16,14 @@ google.search.site_restriction = "http://demo.gaslightmedia.com/" google.maps.key = "ABQIAAAANX0yQZ2OteLu_zqbwdfUuRT9PY8-4c5xPr71Q7CZ_E9OOktIvhS7e6r_9XaLW5jy3O84t-dz7SK21Q" ; unsecure url to servers app.gaslightmedia.com directory -app.base_url = "http://app.gaslightmedia.com/" +app.base_url = "https://app.gaslightmedia.com/" ; secure url to servers app.gaslightmedia.com directory app.base_secure_url = "https://app.gaslightmedia.com/" ; secure url to file server file_server.secure = "https://is0.gaslightmedia.com/" ; unsecure url to file server -file_server.unsecure = "http://is0.gaslightmedia.com/" +file_server.unsecure = "https://is0.gaslightmedia.com/" ; owner id for the file server file_server.owner_id = "troutcreek" ; owner password for the file server -- 2.17.1