update for go live
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 30 Jun 2014 15:37:42 +0000 (11:37 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 30 Jun 2014 15:37:42 +0000 (11:37 -0400)
update host for go live
update template for meta data
update sitename

config/server.ini
config/site.ini
templates/template.html

index 9a6b076..1d19cb4 100644 (file)
@@ -79,7 +79,7 @@ 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
@@ -238,7 +238,7 @@ email.from_news                             = "cscott@gaslightmedia.com"
 email.from_member_news                      = "cscott@gaslightmedia.com"
 
 [steve : development]
-site_url = "http://vserver/www.cedarvillemarine.com/"
+site_url = "http://localhost:8080/www.cedarvillemarine.com/"
 
 mobile.link =
 mobile.hostname = Off
@@ -246,8 +246,8 @@ mobile.hostname = Off
 google.search.key = "ABQIAAAAFEik3hTZkksVQYtPm0OFmRT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQhDw8ITgl-K4LjnHuSww6VQQFDnA"
 google.maps.key   = "ABQIAAAAFEik3hTZkksVQYtPm0OFmRT2yXp_ZAY8_ufC3CFXhHIE1NvwkxQhDw8ITgl-K4LjnHuSww6VQQFDnA"
 
-app.base_url = "http://vserver/app.gaslightmedia.com/"
-app.base_secure_url = "https://vserver/app.gaslightmedia.com/"
+app.base_url = "http://localhost:8080/app.gaslightmedia.com/"
+app.base_secure_url = "https://localhost:8080/app.gaslightmedia.com/"
 
 database.params.host = "devdb"
 
index 715ea24..966996e 100644 (file)
@@ -16,7 +16,7 @@ owner.toll_free     = False
 ; Home page id of site in the toolbox
 home_id = 1
 ; Name to use in title tag and admin
-sitename = "cedarvillemarine"
+sitename = "Cedarville Marine"
 ; used in contactdb to limit number of entries per list
 entries_per_page = 10
 ; Turn short urls On or Off
index a4c84be..9e88882 100644 (file)
@@ -2,7 +2,8 @@
 <html lang="en">
 <head>
 <meta charset="utf-8">
-<title>Cedarville Marine web template</title>
+<title>{pageTitle:h}</title>
+<meta name="description" content="{metaTags:h}">
 <!-- css -->
         {styles:h}
 <link rel="stylesheet" href="{mediaBaseURL:h}styles.css">