mirror of
https://github.com/symfony/recipes.git
synced 2026-09-14 08:36:27 +03:00
16 lines
582 B
JSON
16 lines
582 B
JSON
{
|
|
"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"
|
|
},
|
|
"aliases": ["mercure"]
|
|
}
|