mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 10:36:43 +03:00
8 lines
284 B
YAML
8 lines
284 B
YAML
# This configuration simplifies testing URLs protected by the security mechanism
|
|
# See https://symfony.com/doc/current/cookbook/testing/http_authentication.html
|
|
security:
|
|
firewalls:
|
|
# replace 'main' by the name of your own firewall
|
|
main:
|
|
http_basic: ~
|