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
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
\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
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