]> _ Git - ccgm.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 29 Jul 2013 10:26:25 +0000 (10:26 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 29 Jul 2013 10:26:25 +0000 (10:26 +0000)
framework/application/configs/application.ini
index.php

index 1b373b52783f3537fb4cd1fb663c12e76fcddfb2..d194b166d74e31ba7ca4ce7d0ef2422f5c478daf 100644 (file)
@@ -52,12 +52,12 @@ database.params.dbname =
 
 ;former.home = 
 
-seo.universalAnalytics = 
+seo.universalAnalytics = UA-42799235-1
 seo.google = 
 seo.bing = 
 
 navigation.containers[]=0;
-;navigation.containers[]=-1;
+navigation.containers[]=-1;
 navigation.containers[]=-2;
 navigation.containers[]=-3;
 
@@ -81,7 +81,12 @@ phpSettings.display_errors = 1
 phpSettings.track_errors = 1
 resources.frontController.params.displayExceptions = 1
 
-;httpauth.username = username
-;httpauth.password = password
+httpauth.username = ccgm
+httpauth.password = 20ccgm13
 
-webhost = dev.
\ No newline at end of file
+database.params.host = localhost
+database.params.username = ccgm
+database.params.password = k8impxgKCK
+database.params.dbname = ccgm
+
+webhost = ccgm.cubedesigners.com
\ No newline at end of file
index 9033d915c2e05a8b4d3ea7a80da17ac76807c9a9..3eaff12499032e252005a6ba89e9bc0e5023ec0f 100644 (file)
--- a/index.php
+++ b/index.php
@@ -4,7 +4,7 @@ $start = microtime(true);
 ini_set('log_errors', '1');
 ini_set('error_log', dirname(__FILE__) . '/log/php_error.log');
 
-if ($_SERVER['HTTP_HOST'] == 'dev.') {
+if ($_SERVER['HTTP_HOST'] == 'ccgm.cubedesigners.com') {
        define('APPLICATION_ENV', 'testing');
 } else if ($_SERVER['HTTP_HOST'] == 'www.') {
        define('APPLICATION_ENV', 'production');