]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 22 Feb 2010 08:48:05 +0000 (08:48 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 22 Feb 2010 08:48:05 +0000 (08:48 +0000)
inc/config.inc.php

index beb71061e8543120cf6a72b77b36adce5a95cc10..c56a356b44e21b242dd4302d96ec5a17cec08b69 100644 (file)
@@ -2,9 +2,9 @@
 define('DB_DRIVER', 'mysql');\r
 define('ROOT', dirname(__FILE__) . '/..');\r
 $localrel = array('localhost', 'paris.fluidbook.com');\r
-$localabs = array('dev.ws.fluidbook.com', 'dev.extranet.fluidbook.com');\r
-$ws = array('ws.fluidbook.com', 'dev.ws.fluidbook.com');\r
-$extranet = array('extranet.cubedesigners.com', 'dev.extranet.fluidbook.com', 'paris.fluidbook.com', 'localhost','xtn.fluidbook.com');\r
+$localabs = array('dev.ws.fluidbook.com', 'dev.extranet.fluidbook.com', 'worker.dev.ws.fluidbook.com');\r
+$ws = array('ws.fluidbook.com', 'dev.ws.fluidbook.com', 'worker.dev.ws.fluidbook.com');\r
+$extranet = array('extranet.cubedesigners.com', 'dev.extranet.fluidbook.com', 'paris.fluidbook.com', 'localhost', 'xtn.fluidbook.com');\r
 if (in_array($_SERVER['HTTP_HOST'], array_merge($localrel, $localabs))) {\r
        // Définition de la configuration sur l'environnement de développement\r
        define('DB_HOST', 'localhost');\r
@@ -12,7 +12,7 @@ if (in_array($_SERVER['HTTP_HOST'], array_merge($localrel, $localabs))) {
        define('DB_USER', 'root');\r
        define('DB_PASSWORD', 'valparaiso');\r
        define('DEV', true);\r
-       define('WINDOWS',true);\r
+       define('WINDOWS', true);\r
        define('FONT_PATH', 'C:/Windows/Fonts');\r
 \r
        if (in_array($_SERVER['HTTP_HOST'], $localrel)) {\r
@@ -33,7 +33,7 @@ if (in_array($_SERVER['HTTP_HOST'], array_merge($localrel, $localabs))) {
 \r
        define('FTPROOT', '/home/extranet/ftp/');\r
        define('DEV', false);\r
-       define('WINDOWS',false);\r
+       define('WINDOWS', false);\r
 }\r
 \r
 if (in_array($_SERVER['HTTP_HOST'], $ws)) {\r
@@ -46,6 +46,8 @@ if (in_array($_SERVER['HTTP_HOST'], $ws)) {
        define('TITLE', 'Extranet Cubedesigners');\r
 }\r
 \r
+define('WORKER_PREFIX', 'worker.');\r
+\r
 define('SESSION_LIFETIME', 3600 * 10);\r
 define('L10N', dirname(__FILE__) . '/../l10n');\r
 \r