File tree 4 files changed +8
-8
lines changed
framework-bundle/3.3/config/packages
routing/3.3/config/packages
security-bundle/3.3/config/packages
4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1
1
framework :
2
2
secret : ' %env(APP_SECRET)%'
3
3
# default_locale: en
4
- # csrf_protection: null
4
+ # csrf_protection: ~
5
5
# http_method_override: true
6
- # trusted_hosts: null
6
+ # trusted_hosts: ~
7
7
# https://symfony.com/doc/current/reference/configuration/framework.html#handler-id
8
8
# session:
9
9
# handler_id: session.handler.native_file
Original file line number Diff line number Diff line change 1
1
framework :
2
- test : null
2
+ test : ~
3
3
session :
4
4
storage_id : session.storage.mock_file
Original file line number Diff line number Diff line change 1
1
framework :
2
2
router :
3
- strict_requirements : null
3
+ strict_requirements : ~
Original file line number Diff line number Diff line change 1
1
security :
2
2
# https://symfony.com/doc/current/book/security.html#where-do-users-come-from-user-providers
3
3
providers :
4
- in_memory : { memory: null }
4
+ in_memory : { memory: ~ }
5
5
firewalls :
6
6
dev :
7
7
pattern : ^/(_(profiler|wdt)|css|images|js)/
8
8
security : false
9
9
main :
10
- anonymous : null
10
+ anonymous : ~
11
11
12
12
# activate different ways to authenticate
13
13
14
- # http_basic: null
14
+ # http_basic: ~
15
15
# https://symfony.com/doc/current/book/security.html#a-configuring-how-your-users-will-authenticate
16
16
17
- # form_login: null
17
+ # form_login: ~
18
18
# https://symfony.com/doc/current/cookbook/security/form_login_setup.html
You can’t perform that action at this time.
0 commit comments