mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
Merge pull request #230
This commit is contained in:
@@ -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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user