diff --git a/symfony/mercure-bundle/0.1/config/packages/mercure.yaml b/symfony/mercure-bundle/0.1/config/packages/mercure.yaml index 3f384da5..d1947d1f 100644 --- a/symfony/mercure-bundle/0.1/config/packages/mercure.yaml +++ b/symfony/mercure-bundle/0.1/config/packages/mercure.yaml @@ -1,6 +1,5 @@ mercure: hubs: - enable_profiler: '%kernel.debug%' default: url: '%env(MERCURE_PUBLISH_URL)%' jwt: '%env(MERCURE_JWT_TOKEN)%' diff --git a/symfony/mercure-bundle/0.2/config/packages/mercure.yaml b/symfony/mercure-bundle/0.2/config/packages/mercure.yaml new file mode 100644 index 00000000..17aaa0ca --- /dev/null +++ b/symfony/mercure-bundle/0.2/config/packages/mercure.yaml @@ -0,0 +1,6 @@ +mercure: + enable_profiler: '%kernel.debug%' + hubs: + default: + url: '%env(MERCURE_PUBLISH_URL)%' + jwt: '%env(MERCURE_JWT_TOKEN)%' diff --git a/symfony/mercure-bundle/0.2/manifest.json b/symfony/mercure-bundle/0.2/manifest.json new file mode 120000 index 00000000..601da602 --- /dev/null +++ b/symfony/mercure-bundle/0.2/manifest.json @@ -0,0 +1 @@ +../0.1/manifest.json \ No newline at end of file