prod: .settings: no_script_name: off logging_enabled: off dev: .settings: error_reporting: web_debug: on cache: off no_script_name: off etag: off test: .settings: error_reporting: cache: off web_debug: off no_script_name: off etag: off all: .settings: use_process_cache: on # Form security secret (CSRF protection) csrf_secret: F4rwI7Tt3V4l3rg # 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 # # Moduły logowania Pawła # login_module: sign # To be called when a non-authenticated user # login_action: index # Tries to access a secure page # # secure_module: sign # To be called when a user doesn't have # secure_action: index # The credentials required for an action # # module_disabled_module: default # To be called when a user requests # module_disabled_action: disabled # A module disabled in the module.yml # .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. # # # Routing settings # relative_url_root: # Default URL prefix. Use this when your symfony project is installed in a sub directory of the apache document root. # no_script_name: off # Enable the front controller name in generated URLs # # # 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_ # # # Cache settings # cache: off # Enable the template cache # etag: on # Enable etag handling # # # Logging and debugging settings # web_debug: off # Enable the web debug toolbar # error_reporting: # Determines which events are logged. # # # Assets paths # rich_text_js_dir: js/tiny_mce # prototype_web_dir: /sf/prototype # admin_web_dir: /sf/sf_admin # web_debug_web_dir: /sf/sf_web_debug # calendar_web_dir: /sf/calendar # # # 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, sfGuardGroup, sfGuardPermission, sfGuardUser, sfGuardAuth, sfTree] # # # Charset used for the response charset: utf-8 # # # Miscellaneous # strip_comments: on # Remove comments in core framework classes as defined in the core_compile.yml # max_forwards: 5 # path_info_array: SERVER # path_info_key: PATH_INFO # url_format: PATH # # # ORM # orm: propel # # # Logging # logging_enabled: on # # # i18n default_culture: pl # Default user culture # # # enable 1.0 compatibility compat_10: on