init
This commit is contained in:
commit
741e1c403a
102 changed files with 70058 additions and 0 deletions
12
app/config/security.yml
Normal file
12
app/config/security.yml
Normal file
|
@ -0,0 +1,12 @@
|
|||
security:
|
||||
providers:
|
||||
in_memory:
|
||||
memory: ~
|
||||
|
||||
firewalls:
|
||||
dev:
|
||||
pattern: ^/(_(profiler|wdt)|css|images|js)/
|
||||
security: false
|
||||
|
||||
default:
|
||||
anonymous: ~
|
Reference in a new issue