# 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: false 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: enabled_modules: [default, sfGuardAuth, sfGuardUser, sfGuardGroup, sfGuardPermission] # Form security secret (CSRF protection) csrf_secret: b4e301921b4e072809698b37d86c0a5cffe3714c charset: utf-8 standard_helpers: [Partial, Cache] default_culture: # Output escaping settings escaping_strategy: false escaping_method: ESC_SPECIALCHARS # Enable the database manager use_database: true .actions: login_module: zakaznik login_action: login