]> Raphaël G. Git Repositories - airlibre/commitdiff
Readd config services yaml file
authorRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:56:50 +0000 (11:56 +0100)
committerRaphaël Gertz <git@rapsys.eu>
Tue, 27 Feb 2024 10:56:50 +0000 (11:56 +0100)
config/services.yaml [new file with mode: 0644]

diff --git a/config/services.yaml b/config/services.yaml
new file mode 100644 (file)
index 0000000..61edc54
--- /dev/null
@@ -0,0 +1,15 @@
+# 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:
+
+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.
+
+    # add more service definitions when explicit configuration is needed
+    # please note that last definitions always *replace* previous ones