# You can find more information about this file on the symfony website: # http://www.symfony-project.org/reference/1_4/en/04-Settings prod: .settings: no_script_name: true logging_enabled: false dev: .settings: error_reporting: web_debug: true cache: false no_script_name: false etag: false test: .settings: error_reporting: cache: false web_debug: false no_script_name: false etag: false all: .settings: # Form security secret (CSRF protection) csrf_secret: b8cc84eb2579b34bd74a63053e6ce2f7c983bcbf # Output escaping settings escaping_strategy: true escaping_method: ESC_SPECIALCHARS # Enable the database manager use_database: true enabled_modules: [default, sfGuardAuth, saSimplyPager, saSetting] login_module: sfGuardAuth login_action: signin secure_module: sfGuardAuth secure_action: secure standard_helpers: [Partial, Cache, I18N] i18n: true default_culture: cs_CZ