Explorar el Código

disable debug mode

Olivier Massot hace 5 años
padre
commit
b6ff515f31
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      ot_templating/Configuration/TypoScript/setup.txt

+ 2 - 2
ot_templating/Configuration/TypoScript/setup.txt

@@ -18,9 +18,9 @@
 # TODO: Réflechir à un système pour pouvoir afficher un message sur tous les minisites, type 'Maintenance prévue le...' ou autre
 
 ## DEBUG MODE: tout commenter pour la prod ##
-config.debug = 1
+config.debug = 0
 config.contentObjectExceptionHandler = 1
-config.no_cache = 1
+config.no_cache = 0
 config.admPanel = 0
 
 plugin.tx_vhs.settings.debug = 0