Sylius/app/config/security.yml

11 lines
496 B
YAML

# This file is referenced in PluginSkeleton v1.0.0 - v1.2.x
# It is deprecated since Sylius 1.3 and will be removed in Sylius 2.0
# Imported new security.yaml makes use of `APP_SECRET` environmental variable
# We fallback it to `secret` parameter if that env variable is not found to provide a BC layer
parameters:
env(APP_SECRET): '%secret%'
imports:
- { resource: '_container_deprecation.php' } # Triggers a deprecation error
- { resource: '../../config/packages/security.yaml' }