From d5092d84020b982d9cce1ac6e43f9b0993e54ccb Mon Sep 17 00:00:00 2001 From: Vincent Chalamon Date: Wed, 6 Nov 2019 10:36:35 +0100 Subject: [PATCH] Add enable_profiler option on mercure-bundle --- symfony/mercure-bundle/0.1/config/packages/mercure.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/symfony/mercure-bundle/0.1/config/packages/mercure.yaml b/symfony/mercure-bundle/0.1/config/packages/mercure.yaml index d1947d1f..3f384da5 100644 --- a/symfony/mercure-bundle/0.1/config/packages/mercure.yaml +++ b/symfony/mercure-bundle/0.1/config/packages/mercure.yaml @@ -1,5 +1,6 @@ mercure: hubs: + enable_profiler: '%kernel.debug%' default: url: '%env(MERCURE_PUBLISH_URL)%' jwt: '%env(MERCURE_JWT_TOKEN)%'