mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-21 09:01:29 +02:00
[ticket/12620] Add inheritance between environments
PHPBB3-12620
This commit is contained in:
0
phpBB/config/default/parameters.yml
Normal file
0
phpBB/config/default/parameters.yml
Normal file
@@ -1,2 +1,3 @@
|
|||||||
imports:
|
imports:
|
||||||
- { resource: ../default/services.yml }
|
- { resource: services.yml }
|
||||||
|
- { resource: parameters.yml }
|
||||||
|
2
phpBB/config/development/parameters.yml
Normal file
2
phpBB/config/development/parameters.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
imports:
|
||||||
|
- { resource: ../default/parameters.yml }
|
2
phpBB/config/development/services.yml
Normal file
2
phpBB/config/development/services.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
imports:
|
||||||
|
- { resource: ../default/services.yml }
|
@@ -1,2 +1,3 @@
|
|||||||
imports:
|
imports:
|
||||||
- { resource: ../default/services.yml }
|
- { resource: services.yml }
|
||||||
|
- { resource: parameters.yml }
|
||||||
|
2
phpBB/config/production/parameters.yml
Normal file
2
phpBB/config/production/parameters.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
imports:
|
||||||
|
- { resource: ../default/parameters.yml }
|
2
phpBB/config/production/services.yml
Normal file
2
phpBB/config/production/services.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
imports:
|
||||||
|
- { resource: ../default/services.yml }
|
Reference in New Issue
Block a user