Update server and site config files
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 17 Jul 2014 18:03:28 +0000 (14:03 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 17 Jul 2014 18:03:28 +0000 (14:03 -0400)
use devdb for database host
use Full name for sitename

config/server.ini
config/site.ini

index 84b880a..b9f0f97 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
@@ -181,7 +181,7 @@ error.display     = 1
 error.ident       = ""
 error.conf.path        = "/var/www/server/"
 
-database.params.host = "ds3"
+database.params.host = "devdb"
 
 development = On
 
index 9c03622..7ae41aa 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 = "cityofmi"
+sitename = "City of Mackinac Island"
 ; used in contactdb to limit number of entries per list
 entries_per_page = 10
 ; Turn short urls On or Off