mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
Add endroid/pusher-bundle
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
endroid_pusher:
|
||||
app_id: '%env(PUSHER_APP_ID)%'
|
||||
key: '%env(PUSHER_KEY)%'
|
||||
secret: '%env(PUSHER_SECRET)%'
|
||||
13
endroid/pusher-bundle/2.0/manifest.json
Normal file
13
endroid/pusher-bundle/2.0/manifest.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Endroid\\PusherBundle\\EndroidPusherBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
"env": {
|
||||
"PUSHER_APP_ID": "",
|
||||
"PUSHER_KEY": "",
|
||||
"PUSHER_SECRET": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user