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