; Production server overrides [error_handling_and_debugging] DISPLAY_ERRORS = 0 ; show PHP errors DEVICE_DEBUG = 0 ; allow overriding device classification using /device/xxx prefix urls DEV_MODE = 0 ; enable test data for development (should be 0 in production) MODULE_DEBUG = 0 ; enable module debug strings MINIFY_DEBUG = 0 ; add minify comments DATA_DEBUG = 0 ; log data connections DEVICE_DETECTION_DEBUG = 0 ; show device detection info PRODUCTION_ERROR_HANDLER_ENABLED = 1 ; when activated, exceptions will be emailed to the DEVELOPER_EMAIL DEVELOPER_EMAIL = "" [modules] CREATE_DEFAULT_CONFIG = 0 ; When enabled, default config folders and files are created for modules that do not have config folders. [cache] MINIFY_CACHE_TIMEOUT = 900 [database] DB_DEBUG = 0 [device_detection] MOBI_SERVICE_URL = "https://modolabs-device.appspot.com/api/" MOBI_SERVICE_CACHE_LIFETIME = 3600 ; time to keep cached results from the device detection service [cookies] MODULE_ORDER_COOKIE_LIFESPAN = 13824000 ; 160 days LAYOUT_COOKIE_LIFESPAN = 13824000 ; 160 days BOOKMARK_COOKIE_LIFESPAN = 13824000 ; 160 days DEVICE_DETECTION_COOKIE_LIFESPAN = 86400 ; 1 day