mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-25 19:11:47 +02:00
[feature/dic] Make table_config a DIC parameter
PHPBB3-10739
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
parameters:
|
||||
core.table_prefix: phpbb_
|
||||
cache.driver.class: phpbb_cache_driver_file
|
||||
dbal.driver.class: dbal_mysqli
|
||||
dbal.dbhost:
|
||||
@@ -7,5 +8,5 @@ parameters:
|
||||
dbal.dbname: phpbb_dev
|
||||
dbal.dbport:
|
||||
dbal.new_link: false
|
||||
tables.config: phpbb_config
|
||||
tables.ext: phpbb_ext
|
||||
tables.config: %core.table_prefix%config
|
||||
tables.ext: %core.table_prefix%ext
|
||||
|
Reference in New Issue
Block a user