mirror of
https://github.com/symfony/recipes.git
synced 2026-09-18 02:26:31 +03:00
18 lines
436 B
JSON
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"]
|
|
}
|