|
@@ -1,7 +1,7 @@
|
|
|
#### Configuration typoscript des sites
|
|
#### Configuration typoscript des sites
|
|
|
|
|
|
|
|
# **** Options de debug ****
|
|
# **** Options de debug ****
|
|
|
-[applicationContext = Development*]
|
|
|
|
|
|
|
+[applicationContext == Development*]
|
|
|
config.debug = 1
|
|
config.debug = 1
|
|
|
config.contentObjectExceptionHandler = 0
|
|
config.contentObjectExceptionHandler = 0
|
|
|
config.no_cache = 1
|
|
config.no_cache = 1
|
|
@@ -11,11 +11,15 @@
|
|
|
plugin.tx_vhs.settings.asset.debug = 0
|
|
plugin.tx_vhs.settings.asset.debug = 0
|
|
|
[end]
|
|
[end]
|
|
|
|
|
|
|
|
-[applicationContext = Testing*]
|
|
|
|
|
|
|
+[applicationContext == Testing*]
|
|
|
config.debug = 1
|
|
config.debug = 1
|
|
|
config.contentObjectExceptionHandler = 1
|
|
config.contentObjectExceptionHandler = 1
|
|
|
[end]
|
|
[end]
|
|
|
|
|
|
|
|
|
|
+[applicationContext == Production*]
|
|
|
|
|
+ config.contentObjectExceptionHandler = 1
|
|
|
|
|
+[end]
|
|
|
|
|
+
|
|
|
# **** Configuration générale ****
|
|
# **** Configuration générale ****
|
|
|
|
|
|
|
|
config.language = fr
|
|
config.language = fr
|