Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
web
/
vhosts
/
www.entreprise-traitement-humidite.fr
/
htdocs
/
config
/
/srv/data/web/vhosts/www.entreprise-traitement-humidite.fr/htdocs/config/services.yaml
# This file is the entry point to configure your own services. # Files in the packages/ subdirectory configure your dependencies. # Put parameters here that don't need to change on each machine where the app is deployed # https://symfony.com/doc/current/best_practices/configuration.html#application-related-configuration parameters: locale: 'fr' conf_company_name: 'Maindron Structures' conf_company_phone1: '01 43 35 56 83' conf_company_call_phone1: '+33143355683' conf_company_email: 'humitest@maindron.fr' conf_company_email2: 'marc@bhgroupe.fr' conf_server_email: 'formulaire@bhinternet.fr' conf_company_business: 'Maindron Structures' conf_company_siret: '79313017000020' conf_company_address: '8, rue du Loing' conf_company_zipcode: '75014' conf_company_city: 'Paris' conf_company_country: 'France' # conf_pk_stripe: 'pk_live_51Jc2uDDVjWVJSM46OrN6KmGk5BDzTTGh5Y8vPeOhLgyRg3yEKaniL5ff3cgAugji2vOI7a4AVUJuFFPgmYviU9dV008d8gWQJO' # conf_sk_stripe: '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' conf_pk_stripe: 'pk_test_51Jc2uDDVjWVJSM46vFrjbOenUcCswK84tLj3TzIPOLApiOkmlfxxNF9V2ZmOMQKn5cNa1Jmq3T9YeIh2W7CnWmP7004CpXldS2' conf_sk_stripe: 'sk_test_51Jc2uDDVjWVJSM46N2oOA7aoIvyDYMoXKE6LB3VmVtMv4XURyRMPxigNdxrjNAo6CMriwFusYQopbQZ9PpdKAyqa00YXvdyI6D' # conf_pk_stripe: # conf_sk_stripe: services: # default configuration for services in *this* file _defaults: autowire: true # Automatically injects dependencies in your services. autoconfigure: true # Automatically registers your services as commands, event subscribers, etc. # makes classes in src/ available to be used as services # this creates a service per class whose id is the fully-qualified class name App\: resource: '../src/*' exclude: '../src/{DependencyInjection,Entity,Migrations,Maker,Tests,Kernel.php}' # controllers are imported separately to make sure services can be injected # as action arguments even if you don't extend any base controller class App\Controller\: resource: '../src/Controller' tags: ['controller.service_arguments'] redirect_after_login: class: App\Services\AfterLoginRedirection arguments: ['@router'] twig.extension.intl: class: Twig_Extensions_Extension_Intl tags: - { name: twig.extension } # app.maker.crud: # class: App\Maker\MakeCrud # public: true # arguments: ['@maker.doctrine_helper'] # tags: # - { name: maker.command } App\Listener\ImageCacheSubscriber: tags: - { name: doctrine.event_subscriber } app.listener.global_page_data: class: App\Listener\GlobalPageDataListener tags: - { name: kernel.event_listener, event: kernel.request, method: onKernelRequest } # app.listener.registration_success: # class: App\Listener\RegistrationSuccessListener # arguments: ['@router'] # tags: # - { name: kernel.event_subscriber } app.form.registration: class: App\Form\RegistrationType tags: - { name: form.type, alias: app_user_registration } App\Listener\ProductListener: tags: - { name: doctrine.event_subscriber } # Webonaute\DoctrineFixturesGeneratorBundle\Command\GenerateDoctrineFixtureCommand: # tags: # - { name: 'console.command', command: 'doctrine:generate:fixture' } # add more service definitions when explicit configuration is needed # please note that last definitions always *replace* previous ones