Blame | Letzte Änderung | Log anzeigen | RSS feed
default:.actions:error_404_module: default # To be called when a 404 error is raisederror_404_action: error404 # Or when the requested URL doesn't match any routelogin_module: default # To be called when a non-authenticated userlogin_action: login # Tries to access a secure pagesecure_module: default # To be called when a user doesn't havesecure_action: secure # The credentials required for an actionmodule_disabled_module: default # To be called when a user requestsmodule_disabled_action: disabled # A module disabled in the module.yml.settings:# Optional features. Deactivating unused features boots performance a bit.use_database: true # Enable database manager. Set to false if you don't use a database.i18n: false # Enable interface translation. Set to false if your application should not be translated.compressed: false # Enable PHP response compression. Set to true to compress the outgoing HTML via the PHP handler.check_lock: false # Enable the application lock system triggered by the clear-cache and disable tasks. Set to true to have all requests to disabled applications redirected to the sfConfig::get('sf_symfony_lib_dir')/exception/data/unavailable.php page.# Form security secret (CSRF protection)csrf_secret: false # Unique secret to enable CSRF protection or false to disable# Output escaping settingsescaping_strategy: false # Determines how variables are made available to templates. Accepted values: true, false.escaping_method: ESC_SPECIALCHARS # Function or helper used for escaping. Accepted values: ESC_RAW, ESC_ENTITIES, ESC_JS, ESC_JS_NO_ENTITIES, and ESC_SPECIALCHARS.# Routing settingsno_script_name: false # Enable the front controller name in generated URLs# Cache settingscache: false # Enable the template cacheetag: true # Enable etag handling# Logging and debugging settingsweb_debug: false # Enable the web debug toolbarerror_reporting: <?php echo (E_PARSE | E_COMPILE_ERROR | E_ERROR | E_CORE_ERROR | E_USER_ERROR)."\n" ?> # Determines which events are logged.file_link_format: ~ # Format to use to make file paths clickable (include placeholders %f and %l for file and line number)# Assets pathsadmin_web_dir: /sf/sf_adminweb_debug_web_dir: /sf/sf_web_debug# Helpers included in all templates by defaultstandard_helpers: [Partial, Cache]# Activated modules from plugins or from the symfony coreenabled_modules: [default]# Charset used for the responsecharset: utf-8# Logginglogging_enabled: true# i18ndefault_culture: en # Default user culture