Files
symfony-flex-recipes/symfony.mercure-bundle.0.2.json
T
github-action botandgithub-action bot d66972e1ac Update Flex endpoint
2021-09-23 15:02:48 +00:00

38 lines
1.4 KiB
JSON

{
"manifests": {
"symfony/mercure-bundle": {
"manifest": {
"bundles": {
"Symfony\\Bundle\\MercureBundle\\MercureBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "See https://symfony.com/doc/current/mercure.html#configuration",
"MERCURE_PUBLISH_URL": "http://mercure/.well-known/mercure",
"#2": "The default token is signed with the secret key: !ChangeMe!",
"MERCURE_JWT_TOKEN": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJtZXJjdXJlIjp7InB1Ymxpc2giOltdfX0.Oo0yg7y4yMa1vr_bziltxuTCqb8JVHKxp-f_FwwOim0"
}
},
"files": {
"config/packages/mercure.yaml": {
"contents": [
"mercure:",
" enable_profiler: '%kernel.debug%'",
" hubs:",
" default:",
" url: '%env(MERCURE_PUBLISH_URL)%'",
" jwt: '%env(MERCURE_JWT_TOKEN)%'",
""
],
"executable": false
}
},
"ref": "9c94631c3fc2e9ab2302380ebb36b5942f5be676"
}
}
}