mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-20 03:26:24 +03:00
45 lines
1.6 KiB
JSON
45 lines
1.6 KiB
JSON
{
|
|
"locks": {
|
|
"fresh/centrifugo-bundle": {
|
|
"version": "1.3",
|
|
"recipe": {
|
|
"repo": "1.3",
|
|
"branch": "master",
|
|
"version": "1.3",
|
|
"ref": "5f2161f1025bb45ccb0f2e46e11e4804ef90b5d7"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"fresh/centrifugo-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "fresh/centrifugo-bundle",
|
|
"version": "1.3",
|
|
"manifest": {
|
|
"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)%"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/fresh_centrifugo.yaml": {
|
|
"contents": "fresh_centrifugo:\n api_key: '%env(CENTRIFUGO_API_KEY)%'\n api_endpoint: '%env(CENTRIFUGO_API_ENDPOINT)%'\n secret: '%env(CENTRIFUGO_SECRET)%'\n jwt:\n ttl: 86400 # 1 day\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "fresh/centrifugo-bundle:1.3@github.com/symfony/recipes-contrib:master",
|
|
"not_installable": false,
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |