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.
2 parents 230169d + 908e6c1 commit 2126cc2Copy full SHA for 2126cc2
symfony/mercure-bundle/0.1/config/packages/mercure.yaml
@@ -0,0 +1,5 @@
1
+mercure:
2
+ hubs:
3
+ default:
4
+ url: '%env(MERCURE_PUBLISH_URL)%'
5
+ jwt: '%env(MERCURE_JWT_SECRET)%'
symfony/mercure-bundle/0.1/manifest.json
@@ -0,0 +1,17 @@
+{
+ "bundles": {
+ "Symfony\\Bundle\\MercureBundle\\MercureBundle": ["all"]
+ },
+ "copy-from-recipe": {
6
+ "config/": "%CONFIG_DIR%/"
7
8
+ "container": {
9
+ "env(MERCURE_PUBLISH_URL)": "",
10
+ "env(MERCURE_JWT_SECRET)": ""
11
12
+ "env": {
13
+ "MERCURE_PUBLISH_URL": "https://demo.mercure.rocks/hub",
14
+ "MERCURE_JWT_SECRET": "#see https://mercure.rocks"
15
16
+ "aliases": ["mercure"]
17
+}
0 commit comments