Linux SRV-16 6.18.44-paas #1 SMP PREEMPT_DYNAMIC Thu Aug 13 10:08:12 UTC 2026 x86_64
/
proc
/
212
/
task
/
212
/
root
/
srv
/
data
/
web
/
vhosts
/
www.impressionrapide.fr
/
htdocs
/
config
/
//proc/212/task/212/root/srv/data/web/vhosts/www.impressionrapide.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.html#use-parameters-for-application-configuration parameters: conf_company_name: IG Print conf_pk_stripe: '%env(STRIPE_PK_KEY)%' conf_sk_stripe: '%env(STRIPE_SK_KEY)%' conf_company_phone: 01 46 66 01 24 conf_wh_stripe: '%env(STRIPE_WH_KEY)%' 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. bind: # injecté dans tout service ayant un argument "string $openaiApiKey" string $openaiApiKey: '%env(OPENAI_API_KEY)%' string $mockupStorageDir: '%kernel.project_dir%/public/uploads/mockups' # 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' App\Service\MockupGeneratorService: arguments: $mockupInstructionsFile: '%kernel.project_dir%/public/uploads/info_technique.txt' # add more service definitions when explicit configuration is needed # please note that last definitions always *replace* previous ones