mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +00:00
10 lines
219 B
YAML
10 lines
219 B
YAML
---
|
|
# config/packages/test/security.yaml
|
|
security:
|
|
firewalls:
|
|
default:
|
|
entry_point: http_basic
|
|
http_basic: ~
|
|
role_hierarchy:
|
|
CHILL_MASTER_ROLE: [ CHILL_INHERITED_ROLE_1 ]
|