Update app urls
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 14 Jun 2017 18:15:10 +0000 (14:15 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 14 Jun 2017 18:15:10 +0000 (14:15 -0400)
for https

config/server.ini

index 2ef0bf5..988f64c 100644 (file)
@@ -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