Changing ~ to true when it activates a system (for clarity)

This commit is contained in:
Ryan Weaver
2018-02-11 14:14:25 -05:00
committed by Ryan Weaver
parent 018a74a593
commit d0f7334e48
3 changed files with 7 additions and 7 deletions
@@ -7,14 +7,14 @@ security:
pattern: ^/(_(profiler|wdt)|css|images|js)/
security: false
main:
anonymous: ~
anonymous: true
# activate different ways to authenticate
# http_basic: ~
# http_basic: true
# https://symfony.com/doc/current/security.html#a-configuring-how-your-users-will-authenticate
# form_login: ~
# form_login: true
# https://symfony.com/doc/current/security/form_login_setup.html
# Easy way to control access for large sections of your site