From e3fb9812f27010efd4d97efe45a6576f52b43958 Mon Sep 17 00:00:00 2001 From: Anil-Kumar Vengalil Date: Tue, 4 Aug 2009 13:46:27 +0000 Subject: [PATCH] password string for test plcs --- system/config_default.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/config_default.py b/system/config_default.py index 60b786a..e894db8 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -193,7 +193,7 @@ def plc (options,index) : 'PLC_MAIL_ENABLED':'true', 'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@sophia.inria.fr', 'PLC_DB_HOST' : 'deferred-myplc-hostname', - 'PLC_DB_PASSWORD' : 'test++', + 'PLC_DB_PASSWORD' : 'mnbvcxzlkjhgfdsapoiuytrewq', 'PLC_API_HOST' : 'deferred-myplc-hostname', 'PLC_WWW_HOST' : 'deferred-myplc-hostname', 'PLC_BOOT_HOST' : 'deferred-myplc-hostname', @@ -219,7 +219,7 @@ def sfa (options,index) : 'SFA_PLC_PASSWORD' : 'test++', 'SFA_PLC_DB_HOST':'localhost', 'SFA_PLC_DB_USER' : 'pgsqluser', - 'SFA_PLC_DB_PASSWORD' : 'test++', + 'SFA_PLC_DB_PASSWORD' : 'mnbvcxzlkjhgfdsapoiuytrewq', 'slices_sfa' : slices_sfa(options,index), 'sfa_slice_xml' : sfa_slice_xml(options,index), 'sfa_person_xml' : sfa_person_xml(options,index), -- 2.43.0