mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
[ticket/12620] Adds a yaml config file
PHPBB3-12620
This commit is contained in:
5
phpBB/config/development/config.yml
Normal file
5
phpBB/config/development/config.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
imports:
|
||||
- { resource: ../default/config.yml }
|
||||
|
||||
core:
|
||||
require_dev_dependencies: true
|
2
phpBB/config/development/container/parameters.yml
Normal file
2
phpBB/config/development/container/parameters.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
imports:
|
||||
- { resource: ../../default/container/parameters.yml }
|
2
phpBB/config/development/container/services.yml
Normal file
2
phpBB/config/development/container/services.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
imports:
|
||||
- { resource: ../../default/container/services.yml }
|
@@ -1,2 +0,0 @@
|
||||
imports:
|
||||
- { resource: ../default/parameters.yml }
|
@@ -1,2 +0,0 @@
|
||||
imports:
|
||||
- { resource: ../default/services.yml }
|
Reference in New Issue
Block a user