; 1 - DEBUG_BT: displays the backtraces (SQL, mailman, banana executions)
; 2 - DEBUG_VALID: checks that the html of the page is valid
; 4 - DEBUG_SMARTY: don't hide error reported during the execution of smarty
+; 8 - DEBUG_NOCACHE: disable data caching
+; 16 - DEBUG_SCRIPTCACHE: cache expires after the execution of the script (no caching
+; in session or via memcache)
; - provided by xorg:
-; 256 - DEBUG_NOCACHE: don't cache db content in the session
+; 256 - DEBUG_NOCACHE: don't cache db content in the session (this feature as been moved
+; to the core and this flag is deprecated)
;
; debug = 0
; The charset to use when talking to the database
; dbcharset = "utf8"
+; $globals->core->memcache
+; List of space separated addresses of memcache servers
+memcache = ""
+
; $globals->static_cache_duration
; Cache duration for static content
; static_cache_duration = "604800"