HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: /home4/cca63905/public_html/nueva/app/config/config.yml
imports:
    - { resource: set_parameters.php }
    - { resource: security.yml }
    - { resource: services.yml }
    - { resource: addons/*.yml }
    - { resource: doctrine.yml }

# Put parameters here that don't need to change on each machine where the app is deployed
# http://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration
parameters:
    env(PS_THEME_NAME): "classic"
    AdapterSecurityAdminClass: PrestaShop\PrestaShop\Adapter\Security\Admin
    translator.class: PrestaShopBundle\Translation\Translator
    translator.data_collector: PrestaShopBundle\Translation\DataCollectorTranslator
    admin_page: "%kernel.root_dir%/../src/PrestaShopBundle/Resources/views/Admin"
    env(PS_LOG_OUTPUT): "%kernel.logs_dir%/%kernel.environment%.log"
    mail_themes_uri: "/mails/themes"
    mail_themes_dir: "%kernel.project_dir%%mail_themes_uri%"
    modules_translation_paths: []

# Autowires Core controllers
services:
    PrestaShopBundle\Controller\:
        resource: "%kernel.root_dir%/../src/PrestaShopBundle/Controller/*"
        exclude: "%kernel.root_dir%/../src/PrestaShopBundle/Controller/Api"
        tags:
          - 'controller.service_arguments'
          - !php/const PrestaShopBundle\Controller\Admin\FrameworkBundleAdminController::PRESTASHOP_CORE_CONTROLLERS_TAG

framework:
    assets:
        version: !php/const \AppKernel::VERSION

    #esi:             ~
    secret:          "%secret%"
    translator:
        fallbacks: ["default"]
        paths: "%modules_translation_paths%"
    router:
        resource: "%kernel.root_dir%/config/routing.yml"
        strict_requirements: ~
    form:            ~
    csrf_protection: ~
    validation:      { enable_annotations: true }
    serializer:      { enable_annotations: true }
    templating:
        engines: ['twig']
    default_locale:  "%locale%"
    trusted_hosts:   ~
    session:
        handler_id:  ~
    fragments:       ~
    http_method_override: true

# Monolog configuration #
monolog:
    handlers:
        main:
            type: stream
            path: '%env(PS_LOG_OUTPUT)%'
            level: notice
        legacy:
            type: service
            id: prestashop.handler.log
            level: warning
            channels: [app]

# Twig Configuration
twig:
    autoescape:       "name"
    debug:            "%kernel.debug%"
    strict_variables: "%kernel.debug%"
    form_themes:
        - 'PrestaShopBundle:Admin/TwigTemplateForm:bootstrap_4_horizontal_layout.html.twig'
    paths:
        '%admin_page%/Product': Product
        '%admin_page%/TwigTemplateForm': Twig
        '%admin_page%/Common': Common
        '%admin_page%/Configure/AdvancedParameters': AdvancedParameters
        '%admin_page%/Configure/ShopParameters': ShopParameters
        '%kernel.root_dir%/../modules': Modules
        '%mail_themes_dir%': MailThemes
    globals:
        webpack_server: false
        multistore_field_prefix: !php/const:PrestaShopBundle\Service\Form\MultistoreCheckboxEnabler::MULTISTORE_FIELD_PREFIX

# Swiftmailer Configuration
swiftmailer:
    transport: "%mailer_transport%"
    host:      "%mailer_host%"
    username:  "%mailer_user%"
    password:  "%mailer_password%"
    spool:     { type: memory }

# Guzzle configuration
csa_guzzle:
    profiler:
        enabled: "%kernel.debug%"
    cache:
        enabled: true
        adapter: guzzle.cache
    clients:
        addons_api:
            config: # you can specify the options as in http://docs.guzzlephp.org/en/latest/quickstart.html#creating-a-client
                base_url: "https://api-addons.prestashop.com"
                defaults:
                    timeout: "5.0"
                headers:
                    Accept: "application/json"
                curl:
                    forbid_reuse: true
                    fresh_connect: true

prestashop:
    addons:
        prestatrust:
            enabled: true
        api_client:
            ttl: 7200 # 2h
            # verify_ssl: ~ # Bundle CA by default, declaring "addons.api_client.verify_ssl" parameter overrides its usage