Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
srv
/
data
/
trash
/
vhost_www.traiteur-75.fr_1689065491
/
htdocs
/
config
/
/srv/data/trash/vhost_www.traiteur-75.fr_1689065491/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.html#use-parameters-for-application-configuration parameters: locale: 'fr' conf_company_name: 'Maison Pou' conf_company_phone1: '01 43 80 19 24' conf_company_call_phone1: '+33143801924' conf_company_email: 'anouar@bhgroupe.fr' conf_company_email2: 'anouar@bhgroupe.fr' conf_server_email: 'formulaire@bhinternet.fr' conf_company_business: 'Maison Pou' conf_company_siret: 'inconnu' conf_company_address: '30 rue Sainte Anne' conf_company_zipcode: '91210' conf_company_city: 'Draveil' upload_directory: '%kernel.project_dir%/public/uploads/CVs' conf_pk_stripe: 'pk_test_51LBJPABROvHteV0NhxlkySqeCG30b4hnR6kmPiCqdU3DllCkPFPZuQjmmo7AxRZFebWD2bnEDa5VbiGELDBVsUoH00eRuz3Wtu' conf_sk_stripe: 'sk_test_51LBJPABROvHteV0NvT8oyd6WeK7QjKsAnMHh0YzqfbpnqBPrVfOrtczdaw0GMDwYZiF1xlIsLCCSeOyRynXthWJb00E65rR3pO' 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/' - '../src/Entity/' - '../src/Kernel.php' # add more service definitions when explicit configuration is needed # please note that last definitions always *replace* previous ones