mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11768] Updated the cache dir to point to the current environment
PHPBB3-11768
This commit is contained in:
parent
3e5ee87b15
commit
414dcae422
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
parameters:
|
parameters:
|
||||||
text_formatter.cache.dir: %core.root_path%cache/
|
text_formatter.cache.dir: %core.root_path%cache/%core.environment%/
|
||||||
text_formatter.cache.parser.key: _text_formatter_parser
|
text_formatter.cache.parser.key: _text_formatter_parser
|
||||||
text_formatter.cache.renderer.key: _text_formatter_renderer
|
text_formatter.cache.renderer.key: _text_formatter_renderer
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue