11 lines
357 B
YAML
11 lines
357 B
YAML
|
|
# Dedicated config for Front Endpoint, these are the common rules for all environments (dev, prod, test)
|
||
|
|
# They specify the dedicated security rules and routing mostly
|
||
|
|
imports:
|
||
|
|
- { resource: security.yml }
|
||
|
|
- { resource: services.yml }
|
||
|
|
|
||
|
|
framework:
|
||
|
|
router:
|
||
|
|
resource: "%kernel.project_dir%/app/config/front/routing.yml"
|
||
|
|
strict_requirements: true
|