password string for test plcs
authorAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Tue, 4 Aug 2009 13:46:27 +0000 (13:46 +0000)
committerAnil-Kumar Vengalil <Anil-Kumar.Vengalil@sophia.inria.fr>
Tue, 4 Aug 2009 13:46:27 +0000 (13:46 +0000)
system/config_default.py

index 60b786a..e894db8 100644 (file)
@@ -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),