Merge pull request #354

This commit is contained in:
symfony-flex-server[bot]
2018-02-12 06:20:45 +00:00
committed by GitHub
3 changed files with 7 additions and 7 deletions
@@ -1,7 +1,7 @@
framework:
secret: '%env(APP_SECRET)%'
#default_locale: en
#csrf_protection: ~
#csrf_protection: true
#http_method_override: true
# Enables session support. Note that the session will ONLY be started if you read or write from it.
@@ -9,8 +9,8 @@ framework:
session:
handler_id: ~
#esi: ~
#fragments: ~
#esi: true
#fragments: true
php_errors:
log: true
@@ -1,4 +1,4 @@
framework:
test: ~
test: true
session:
storage_id: session.storage.mock_file
@@ -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