mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
8 lines
177 B
YAML
8 lines
177 B
YAML
services:
|
|
Pusher\Pusher:
|
|
public: true
|
|
arguments:
|
|
- '%env(PUSHER_KEY)%'
|
|
- '%env(PUSHER_SECRET)%'
|
|
- '%env(PUSHER_APP_ID)%'
|