mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
[feature/dic] Make table_config a DIC parameter
PHPBB3-10739
This commit is contained in:
parent
dc9ccc432c
commit
35c78c127b
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,5 @@
|
||||||
parameters:
|
parameters:
|
||||||
|
core.table_prefix: phpbb_
|
||||||
cache.driver.class: phpbb_cache_driver_file
|
cache.driver.class: phpbb_cache_driver_file
|
||||||
dbal.driver.class: dbal_mysqli
|
dbal.driver.class: dbal_mysqli
|
||||||
dbal.dbhost:
|
dbal.dbhost:
|
||||||
|
@ -7,5 +8,5 @@ parameters:
|
||||||
dbal.dbname: phpbb_dev
|
dbal.dbname: phpbb_dev
|
||||||
dbal.dbport:
|
dbal.dbport:
|
||||||
dbal.new_link: false
|
dbal.new_link: false
|
||||||
tables.config: phpbb_config
|
tables.config: %core.table_prefix%config
|
||||||
tables.ext: phpbb_ext
|
tables.ext: %core.table_prefix%ext
|
||||||
|
|
Loading…
Add table
Reference in a new issue