Files
symfony-flex-recipes-contrib/fresh/centrifugo-bundle/1.3/manifest.json
T
2021-02-07 21:59:12 +02:00

14 lines
347 B
JSON

{
"bundles": {
"Fresh\\CentrifugoBundle\\FreshCentrifugoBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"CENTRIFUGO_API_KEY": "%generate(secret)%",
"CENTRIFUGO_API_ENDPOINT": "http://localhost:8000/api",
"CENTRIFUGO_SECRET": "%generate(secret)%"
}
}