prod: .settings: no_script_name: off logging_enabled: on use_process_cache: on dev: .settings: error_reporting: web_debug: on cache: off no_script_name: off etag: off logging_enabled: on use_process_cache: on test: .settings: error_reporting: cache: off web_debug: off no_script_name: off etag: off use_process_cache: on all: .settings: use_process_cache: on # Form security secret (CSRF protection) csrf_secret: l7g3OxQKqG5GHNb # Unique secret to enable CSRF protection or false to disable escaping_strategy: on escaping_method: ESC_SPECIALCHARS all: .actions: error_404_module: default # To be called when a 404 error is raised error_404_action: error404 # Or when the requested URL doesn't match any route # sfGuard login_module: sfGuardAuth login_action: signin secure_module: sfGuardAuth secure_action: secure .settings: # Optional features. Deactivating unused features boosts performance a bit. use_database: on # Enable database manager. Set to off if you don't use a database. i18n: on # Enable interface translation. Set to off if your application should not be translated. # check_symfony_version: off # Enable check of symfony version for every request. Set to on to have symfony clear the cache automatically when the framework is upgraded. Set to off if you always clear the cache after an upgrade. # compressed: off # Enable PHP response compression. Set to on to compress the outgoing HTML via the PHP handler. # check_lock: off # Enable the application lock system triggered by the clear-cache and disable tasks. Set to on to have all requests to disabled applications redirected to the $sf_symfony_data_dir/web/errors/unavailable.php page. # Validation settings, used for error generation by the Validation helper validation_error_prefix: '' validation_error_suffix: '' # validation_error_class: form_error # validation_error_id_prefix: error_for_ # Helpers included in all templates by default standard_helpers: [Partial, Cache, Form, Javascript, I18N, Funkcje] # Activated modules from plugins or from the symfony core enabled_modules: [default, sfSWFUpload, sfGuardGroup, sfGuardPermission, sfGuardUser, sfGuardAuth, sfTree] # Charset used for the response charset: utf-8 # i18n default_culture: pl # Default user culture # enable 1.0 compatibility compat_10: on