settings_local_sample.py
changeset 651 9bbc657f6837
parent 561 6da1a12084a9
equal deleted inserted replaced
646:24067001082c 651:9bbc657f6837
    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