35 lines
1.2 KiB
YAML
35 lines
1.2 KiB
YAML
|
|
parameters:
|
||
|
|
mail_themes_uri: "/mails/themes"
|
||
|
|
|
||
|
|
imports:
|
||
|
|
- { resource: ../../src/PrestaShopBundle/Resources/config/services/core/cldr.yml }
|
||
|
|
- { resource: ../../src/PrestaShopBundle/Resources/config/services/adapter/data_provider_common.yml }
|
||
|
|
- { resource: ../../src/PrestaShopBundle/Resources/config/services/adapter/common.yml }
|
||
|
|
- { resource: ../../src/PrestaShopBundle/Resources/config/services/core/common.yml }
|
||
|
|
- { resource: ../../src/PrestaShopBundle/Resources/config/services/bundle/common.yml }
|
||
|
|
|
||
|
|
services:
|
||
|
|
_defaults:
|
||
|
|
public: true
|
||
|
|
|
||
|
|
PrestaShop\PrestaShop\Core\Crypto\Hashing: ~
|
||
|
|
hashing:
|
||
|
|
alias: PrestaShop\PrestaShop\Core\Crypto\Hashing
|
||
|
|
|
||
|
|
prestashop.database.naming_strategy:
|
||
|
|
class: PrestaShopBundle\Service\Database\DoctrineNamingStrategy
|
||
|
|
arguments:
|
||
|
|
$reader: '@annotation_reader'
|
||
|
|
$prefix: "%database_prefix%"
|
||
|
|
|
||
|
|
annotation_reader:
|
||
|
|
class: Doctrine\Common\Annotations\AnnotationReader
|
||
|
|
|
||
|
|
PrestaShopBundle\DependencyInjection\RuntimeConstEnvVarProcessor:
|
||
|
|
public: false
|
||
|
|
tags: ['container.env_var_processor']
|
||
|
|
|
||
|
|
PrestaShop\PrestaShop\Core\Hook\HookModuleFilter:
|
||
|
|
arguments:
|
||
|
|
- !tagged core.hook_module_exec_filter
|