Add endroid/pusher-bundle

This commit is contained in:
endroid
2018-01-03 20:54:53 +00:00
parent 72b942fada
commit da16745172
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
endroid_pusher:
app_id: '%env(PUSHER_APP_ID)%'
key: '%env(PUSHER_KEY)%'
secret: '%env(PUSHER_SECRET)%'

View File

@@ -0,0 +1,13 @@
{
"bundles": {
"Endroid\\PusherBundle\\EndroidPusherBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"PUSHER_APP_ID": "",
"PUSHER_KEY": "",
"PUSHER_SECRET": ""
}
}