Этот коммит содержится в:
biv
2019-06-21 21:10:56 +03:00
родитель 48fe17549b
Коммит c1951ca06a
50 изменённых файлов: 7917 добавлений и 0 удалений
+4
Просмотреть файл
@@ -0,0 +1,4 @@
framework:
test: true
session:
storage_id: session.storage.mock_file
+7
Просмотреть файл
@@ -0,0 +1,7 @@
monolog:
handlers:
main:
type: stream
path: "%kernel.logs_dir%/%kernel.environment%.log"
level: debug
channels: ["!event"]
+3
Просмотреть файл
@@ -0,0 +1,3 @@
framework:
router:
strict_requirements: true
+2
Просмотреть файл
@@ -0,0 +1,2 @@
swiftmailer:
disable_delivery: true
+3
Просмотреть файл
@@ -0,0 +1,3 @@
framework:
validation:
not_compromised_password: false
+6
Просмотреть файл
@@ -0,0 +1,6 @@
web_profiler:
toolbar: false
intercept_redirects: false
framework:
profiler: { collect: false }