mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-23 16:22:19 +01:00
Add pusher/pusher-php-server
This commit is contained in:
@@ -1,4 +0,0 @@
|
||||
endroid_pusher:
|
||||
app_id: '%env(PUSHER_APP_ID)%'
|
||||
key: '%env(PUSHER_KEY)%'
|
||||
secret: '%env(PUSHER_SECRET)%'
|
||||
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
Pusher\Pusher:
|
||||
public: true
|
||||
arguments:
|
||||
- '%env(PUSHER_KEY)%'
|
||||
- '%env(PUSHER_SECRET)%'
|
||||
- '%env(PUSHER_APP_ID)%'
|
||||
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Endroid\\PusherBundle\\EndroidPusherBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
},
|
||||
Reference in New Issue
Block a user