From b80ab8bc0bc437e1fe92d11493d93aed3fbbbe38 Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=2E=C3=87a=C4=9Flar=20Onur?= Date: Thu, 13 May 2010 20:58:29 +0000 Subject: [PATCH] disable mail for test PLC's --- system/config_default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/config_default.py b/system/config_default.py index d4398a6..30c4686 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -197,7 +197,7 @@ def plc (options,index) : 'PLC_ROOT_PASSWORD' : 'test++', 'PLC_NAME' : 'Regression TestLab', 'PLC_SHORTNAME' : 'Rlab', - 'PLC_MAIL_ENABLED':'true', + 'PLC_MAIL_ENABLED':'false', 'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@sophia.inria.fr', 'PLC_DB_HOST' : 'deferred-myplc-hostname', 'PLC_DB_PASSWORD' : 'mnbvcxzlkjhgfdsapoiuytrewq', -- 2.47.0