Merge pull request #230

This commit is contained in:
symfony-flex-server[bot]
2018-01-28 09:27:50 +00:00
committed by GitHub
2 changed files with 17 additions and 0 deletions
@@ -0,0 +1,7 @@
services:
Pusher\Pusher:
public: true
arguments:
- '%env(PUSHER_KEY)%'
- '%env(PUSHER_SECRET)%'
- '%env(PUSHER_APP_ID)%'
@@ -0,0 +1,10 @@
{
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"PUSHER_APP_ID": "",
"PUSHER_KEY": "",
"PUSHER_SECRET": ""
}
}