this is my settings.yml

prod:
  .settings:
    no_script_name:         false
    logging_enabled:        false

dev:
  .settings:
    error_reporting:        <?php echo (E_ALL | E_STRICT)."\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:            163795f317c03563886aaa366c354669940d9bde
    enabled_modules: [default, sfGuardAuth, sfGuardGroup, sfGuardUser,
sfGuardPermission]

  .actions:
    login_module:  sfGuardAuth
    login_action:  signin

    secure_module:  sfGuardAuth
    secure_action:  secure


    # Output escaping settings
    escaping_strategy:      true
    escaping_method:        ESC_SPECIALCHARS

    # Enable the database manager
    use_database:           true



thanks a lot


On 4 Mag, 11:13, mehdi hadef <[email protected]> wrote:
> Hi SatBoy,
>
> can you show us the seetings.yml file of your back end application.
> (apps/yourBackOffice/config/settings.yml
>

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to