mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-25 17:41:25 +02:00
[ticket/12620] Add the support of the environments for the ext services
We look for an environment.yml file in the config/PHPBB_ENVIRONMENT/ directory of the extensionss. If the directory does not exist we look for the environment.yml file in the 'default' environment and finally for the services.yml file in the config/ directory. PHPBB3-12620
This commit is contained in:
2
tests/di/fixtures/ext/vendor/enabled-2/config/production/environment.yml
vendored
Normal file
2
tests/di/fixtures/ext/vendor/enabled-2/config/production/environment.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
parameters:
|
||||
enabled_2: true
|
2
tests/di/fixtures/ext/vendor/enabled-3/config/services.yml
vendored
Normal file
2
tests/di/fixtures/ext/vendor/enabled-3/config/services.yml
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
parameters:
|
||||
enabled_3: true
|
Reference in New Issue
Block a user