settings_local_sample.py
changeset 653 f32c9dcb04e1
parent 651 9bbc657f6837
equal deleted inserted replaced
650:2a07f8bda874 653:f32c9dcb04e1
    77 
    77 
    78 # Set to TRUE to use Abiword for convertion from and to legacy formats.
    78 # Set to TRUE to use Abiword for convertion from and to legacy formats.
    79 # Set to False to use LibreOffice for convertion from and to legacy formats.
    79 # Set to False to use LibreOffice for convertion from and to legacy formats.
    80 USE_ABI = True
    80 USE_ABI = True
    81 
    81 
    82 # Set to True if you don't want to appear in Sopinspace Piwik statistics
    82 # Set to False to avoid appearing in Sopinspace Piwik statistics
    83 DISABLE_TRACKING = DEBUG
    83 TRACKING_ID = False
    84 
    84