# 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:        <?php echo ((E_ALL | E_STRICT) ^ E_DEPRECATED) ."\n" ?>
    web_debug:              true
    cache:                  false
    no_script_name:         false
    etag:                   false

test:
  .settings:
    error_reporting:        <?php echo ((E_ALL | E_STRICT) ^ E_NOTICE)."\n" ?>
    cache:                  false
    web_debug:              false
    no_script_name:         false
    etag:                   false

all:
  .settings:
    # Form security secret (CSRF protection)
    csrf_secret:            a60bf869d337fea2f7fcf9d5f40170c845fa72ae

    # Output escaping settings
    escaping_strategy:      true
    escaping_method:        ESC_SPECIALCHARS

    # Enable the database manager
    use_database:           true

    # tak
    standard_helpers:       [Partial, Cache, I18N, JavascriptBase, TripartitaFrontend]
    i18n:                   true
    default_culture:        es

  .actions:
    login_module:           login
    login_action:           index

    error_404_module:       default
    error_404_action:       error404

    secure_module:          default
    secure_action:          secure

    module_disabled_module: default
    module_disabled_action: disabled