We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd99df3 commit ea6ff8cCopy full SHA for ea6ff8c
.settings.php
@@ -4,7 +4,7 @@
4
'parameters' => [
5
'value' => [
6
'cache_path' => '/bitrix/cache/s1/proklung.redis', // Путь к закешированному контейнеру
7
- 'compile_container_envs' => ['dev', 'prod'], // Окружения при которых компилировать контейнер
+ 'compile_container_envs' => ['prod'], // Окружения при которых компилировать контейнер
8
'container.dumper.inline_factories' => false, // Дампить контейнер как одиночные файлы
9
],
10
'readonly' => false,
0 commit comments