?? GreyFile — Mystic File Browser

Current path: home/webdevt/prestashop17/app/config/



?? Go up: /home/webdevt/prestashop17/app

?? Viewing: security.yml

# To get started with security, check out the documentation:
# http://symfony.com/doc/current/book/security.html
security:

    # http://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
    providers:
        in_memory:
            memory: ~
        admin:
            id: prestashop.security.admin.provider

    firewalls:
        # disables authentication for assets and the profiler, adapt it according to your needs
        dev:
            pattern: ^/(_(profiler|wdt)|css|images|js)/
            security: false

        main:
            anonymous: ~
            logout_on_user_change: true


??

??