Files
symfony-flex-recipes/symfony/mercure-bundle/0.1/manifest.json
T

18 lines
436 B
JSON

{
"bundles": {
"Symfony\\Bundle\\MercureBundle\\MercureBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"container": {
"env(MERCURE_PUBLISH_URL)": "",
"env(MERCURE_JWT_SECRET)": ""
},
"env": {
"MERCURE_PUBLISH_URL": "https://demo.mercure.rocks/hub",
"MERCURE_JWT_SECRET": "#see https://mercure.rocks"
},
"aliases": ["mercure"]
}