X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=system%2Fconfig_default.py;h=a65eebada7db9d05ea73a5fea66d9c8278ec6ef6;hb=d2bd9d6de371cfd3970e5c0f3b73dc49b3c09cd4;hp=2745788e9c375354033c5049e0bdb129b051e741;hpb=d99794049945774edc4f8e936f3a31fe9ab134e0;p=tests.git diff --git a/system/config_default.py b/system/config_default.py index 2745788..a65eeba 100644 --- a/system/config_default.py +++ b/system/config_default.py @@ -249,7 +249,7 @@ def plc (options,index) : 'PLC_SLICE_PREFIX' : 'auto', 'PLC_SHORTNAME' : 'Rlab', 'PLC_MAIL_ENABLED':'false', - 'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@sophia.inria.fr', + 'PLC_MAIL_SUPPORT_ADDRESS' : 'thierry.parmentelat@inria.fr', 'PLC_DB_HOST' : 'deferred-myplc-hostname', 'PLC_DB_PASSWORD' : 'mnbvcxzlkjhgfdsapoiuytrewq', 'PLC_API_HOST' : 'deferred-myplc-hostname', @@ -285,6 +285,7 @@ def sfa (options,index) : 'SFA_PLC_DB_USER' : 'pgsqluser', 'SFA_PLC_DB_PASSWORD' : 'mnbvcxzlkjhgfdsapoiuytrewq', 'SFA_PLC_URL' : 'deferred-myplc-api-url', + 'SFA_API_DEBUG': True, 'sfa_slice_specs' : sfa_slice_specs(options,index,slicename,regularuser), 'sfa_slice_xml' : sfa_slice_xml(options,index,piuser,slicename), 'sfa_person_xml' : sfa_person_xml(options,index,regularuser),