✏️ 正在编辑: security.yml
路径:
/home/bpioifn/www/pigmentse/app/config/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
💾 保存文件
← 返回文件管理器