mirror of
https://github.com/symfony/recipes.git
synced 2026-09-15 17:16:24 +03:00
yaml: use ~ instead of null
This commit is contained in:
@@ -1,18 +1,18 @@
|
||||
security:
|
||||
# https://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
|
||||
providers:
|
||||
in_memory: { memory: null }
|
||||
in_memory: { memory: ~ }
|
||||
firewalls:
|
||||
dev:
|
||||
pattern: ^/(_(profiler|wdt)|css|images|js)/
|
||||
security: false
|
||||
main:
|
||||
anonymous: null
|
||||
anonymous: ~
|
||||
|
||||
# activate different ways to authenticate
|
||||
|
||||
# http_basic: null
|
||||
# http_basic: ~
|
||||
# https://symfony.com/doc/current/book/security.html#a-configuring-how-your-users-will-authenticate
|
||||
|
||||
# form_login: null
|
||||
# form_login: ~
|
||||
# https://symfony.com/doc/current/cookbook/security/form_login_setup.html
|
||||
|
||||
Reference in New Issue
Block a user