mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
33 lines
1.0 KiB
JSON
33 lines
1.0 KiB
JSON
{
|
|
"manifests": {
|
|
"pusher/pusher-php-server": {
|
|
"manifest": {
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"PUSHER_APP_ID": "",
|
|
"PUSHER_KEY": "",
|
|
"PUSHER_SECRET": ""
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/pusher_php_server.yaml": {
|
|
"contents": [
|
|
"services:",
|
|
" Pusher\\Pusher:",
|
|
" public: true",
|
|
" arguments:",
|
|
" - '%env(PUSHER_KEY)%'",
|
|
" - '%env(PUSHER_SECRET)%'",
|
|
" - '%env(PUSHER_APP_ID)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "8dd3ea817217453e14ab596317177465211e01d2"
|
|
}
|
|
}
|
|
}
|