Revision 0fa71fcc snf-webproject/synnefo/webproject/settings/default/deploy.py

b/snf-webproject/synnefo/webproject/settings/default/deploy.py
17 17
# sets this header is in use.
18 18
USE_X_FORWARDED_HOST = True
19 19

  
20
# Custom exception filter to 'cleanse' setting variables
21
DEFAULT_EXCEPTION_REPORTER_FILTER = "synnefo.webproject.exception_filter.SynnefoExceptionReporterFilter"
20 22
# Settings / Cookies / Headers that should be 'cleansed'
21 23
HIDDEN_SETTINGS = 'SECRET|PASSWORD|PROFANITIES_LIST|SIGNATURE|AMQP_HOSTS|'\
22 24
                  'PRIVATE_KEY|DB_CONNECTION|TOKEN'

Also available in: Unified diff