mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-21 04:16:24 +03:00
14 lines
347 B
JSON
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)%"
|
|
}
|
|
}
|